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

CMA Update token example

This commit is contained in:
Michael Burke
2025-09-22 08:43:52 -04:00
committed by openshift-cherrypick-robot
parent 31156e67f3
commit 38e1f7ebe0

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.