Current state
On the telegraf-controller-ga branch, the following content appears in more than one page:
-
Authentication providers table (Local, LDAP, OIDC with availability and sign-in method):
content/telegraf/controller/authentication/_index.md
content/telegraf/controller/reference/authentication-authorization.md
The two copies have already diverged: the Local provider's availability is "Free" in authentication/_index.md and "Free tier" in the reference page.
-
API token facts (tc-apiv1_ prefix, value shown once at creation, permissions bounded by the owning user's role):
content/telegraf/controller/tokens/_index.md
content/telegraf/controller/reference/authentication-authorization.md
-
Authorization header example (Bearer/Token scheme with a tc-apiv1_ token):
Recommended changes
For each item, designate one page as the canonical source and update the other pages to either link to it or transclude it:
- Decide whether the task page or the reference page owns each fact.
- Replace non-canonical copies with a link, or extract the content into a shared file per the shared content guidance.
- Reconcile the "Free" / "Free tier" divergence in the providers table as part of the change.
Related
Current state
On the
telegraf-controller-gabranch, the following content appears in more than one page:Authentication providers table (Local, LDAP, OIDC with availability and sign-in method):
content/telegraf/controller/authentication/_index.mdcontent/telegraf/controller/reference/authentication-authorization.mdThe two copies have already diverged: the Local provider's availability is "Free" in
authentication/_index.mdand "Free tier" in the reference page.API token facts (
tc-apiv1_prefix, value shown once at creation, permissions bounded by the owning user's role):content/telegraf/controller/tokens/_index.mdcontent/telegraf/controller/reference/authentication-authorization.mdAuthorizationheader example (Bearer/Tokenscheme with atc-apiv1_token):content/telegraf/controller/tokens/use.mdcontent/telegraf/controller/reference/api.md(docs(controller): add Telegraf Controller API reference page #7314)Recommended changes
For each item, designate one page as the canonical source and update the other pages to either link to it or transclude it:
Related