Add v3 API token deprecation notice (#2250)

* Add v3 API token deprecation warning shared file / Add warning to applicable pages

* Update Deprecation of v3 API tokens warning

* Update shared-files/_v3-api-tokens-deprecation-warning.md

Co-authored-by: Billy Tat <btat@suse.com>

* Update src/theme/MDXComponents.js

Co-authored-by: Billy Tat <btat@suse.com>

* Fix/update typo in shared file name (v3APITokensDeprecationWarning)

* Fix wording in Deprecation of v3 API tokens warning

---------

Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
Lucas Saintarbor
2026-03-24 08:34:56 -07:00
committed by GitHub
co-authored by Billy Tat
parent 2f4b822cb3
commit 85a32cd276
12 changed files with 30 additions and 0 deletions
@@ -0,0 +1,8 @@
:::warning Deprecation of v3 API tokens
Rancher v2.13 introduced a new token resource in the `ext.cattle.io` API group to serve as the public API for tokens, which was only accessible through `kubectl`.
Starting with Rancher v2.14.0:
- Legacy v3 API tokens (`tokens.management.cattle.io`) are being phased out and scheduled for removal in a future release. If you currently rely on legacy tokens for automation or API access, transition to the new `tokens.ext.cattle.io` tokens to ensure continued compatibility.
- The Rancher dashboard provides basic support for `tokens.ext.cattle.io` (create, view or list, and delete).
:::