Skip to content

Commit 2f77db8

Browse files
committed
Update command issuer yml
1 parent c552e05 commit 2f77db8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/crd/bases/command-issuer.keyfactor.com_issuers.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ spec:
8585
api://{tenant ID}/.default when requesting an access token for Entra ID (DefaultAzureCredential). Has no
8686
effect on OAuth 2.0 Client Credential configuration - please specify the scopes for this method in an Opaque secret.
8787
type: string
88+
audience:
89+
description: |-
90+
The audience value used when requesting a Bearer token from an ambient token provider implied
91+
by the environment, rather than by commandSecretName. For example, could be set to
92+
https://example.com when requesting an access token from Google's identity token provider. Ideally, this should be
93+
the URL of your Command environment. Has no effect on OAuth 2.0 Client Credential configuration - please specify the audience for this method in an Opaque secret.
94+
type: string
8895
type: object
8996
status:
9097
description: IssuerStatus defines the observed state of Issuer

0 commit comments

Comments
 (0)