1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #99740 from mburke5678/cma-change-token-example-420

[enterprise-4.20] CMA Update token example
This commit is contained in:
Michael Burke
2025-09-26 11:32:03 -04:00
committed by GitHub

View File

@@ -156,7 +156,7 @@ metadata:
name: my-secret
namespace: my-namespace
data:
bearerToken: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV" <1>
bearerToken: "<bearer_token>" <1>
----
<1> Specifies a bearer token to use with bearer authentication. The value must be base-64 encoded.