Skip to content

Commit d01cf43

Browse files
committed
Update crd yaml files to include audience
1 parent 2f77db8 commit d01cf43

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

deploy/charts/command-cert-manager-issuer/templates/crds/clusterissuers.yaml

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

deploy/charts/command-cert-manager-issuer/templates/crds/issuers.yaml

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

0 commit comments

Comments
 (0)