skillhub/docs/skillhub
XiaoSeS 75c7f9a880 feat(deploy): wire DingTalk credentials into the release surfaces
Adds the DingTalk credentials to every path that actually delivers
configuration: compose.release.yml (which has no env_file, so variables must
be listed explicitly), the Helm secret template and values, the k8s
deployment and its secret example. validate-release-config.sh gains DingTalk
in its provider loop, so a half-configured pair is rejected the same way.

Documents the three-stage strategy contract in the authentication design: a
table mapping each deviation -- authorize parameters, token exchange,
userinfo loading -- to its interface and current implementations, plus the
rule that a provider must never make account decisions itself.

Deployment notes and both FAQs now cover DingTalk, including the shared trap
with Feishu: their emails are admin-recorded and never confirmed, so
emailVerified is always false and an EMAIL_DOMAIN access policy would reject
every login through either provider.

Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
2026-09-21 15:15:41 +08:00
..
.vitepress feat(suite): publish suites from multi-skill bundles 2026-09-17 11:16:39 +08:00
en feat(deploy): wire DingTalk credentials into the release surfaces 2026-09-21 15:15:41 +08:00
guide feat(cli): add DeepSeek Harness agent profile (#891) 2026-09-21 13:58:12 +08:00
public docs: update skill publish concept diagram (#363) 2026-04-30 11:23:22 +08:00
.gitignore docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
faq.md feat(deploy): wire DingTalk credentials into the release surfaces 2026-09-21 15:15:41 +08:00
index.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
introduction.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
package-lock.json chore(deps): resolve dependabot npm alerts 2026-08-24 16:08:07 +08:00
package.json chore(deps): resolve dependabot npm alerts 2026-08-24 16:08:07 +08:00
quickstart.md fix(platform): harden sessions, scanner recovery, and CLI guidance (#801) 2026-09-02 20:15:42 +08:00