docs: fix malformed markdown links in v1.2.0 release notes

Signed-off-by: chanchalkhatri19 <chanchal.khatri01@infosys.com>
This commit is contained in:
chanchalkhatri19
2026-01-30 07:10:11 +00:00
parent ab9b7e42e8
commit 846d60ff09
+1 -1
View File
@@ -38,7 +38,7 @@ Server-to-server authentication tokens issued from a TokenManager (specifically,
### Kubernetes
Added support for `oidc` as an auth provider for kubernetes authentication and added an optional `oidcTokenProvider` config value. This will allow users to authenticate to kubernetes clusters using ID tokens obtained from the configured auth provider in their Backstage instance. Contributed by @dbravovmw(https://github.com/dbravovmw). #11328(https://github.com/backstage/backstage/pull/11328)
Added support for `oidc` as an auth provider for kubernetes authentication and added an optional `oidcTokenProvider` config value. This will allow users to authenticate to kubernetes clusters using ID tokens obtained from the configured auth provider in their Backstage instance. Contributed by [@dbravovmw](https://github.com/dbravovmw). [#11328](https://github.com/backstage/backstage/pull/11328)
### Misc