You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/command-cert-manager-issuer/templates/crds/clusterissuers.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,13 @@ spec:
87
87
api://{tenant ID}/.default when requesting an access token for Entra ID (DefaultAzureCredential). Has no
88
88
effect on OAuth 2.0 Client Credential configuration - please specify the scopes for this method in an Opaque secret.
89
89
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
90
97
type: object
91
98
status:
92
99
description: IssuerStatus defines the observed state of Issuer
Copy file name to clipboardExpand all lines: deploy/charts/command-cert-manager-issuer/templates/crds/issuers.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,13 @@ spec:
87
87
api://{tenant ID}/.default when requesting an access token for Entra ID (DefaultAzureCredential). Has no
88
88
effect on OAuth 2.0 Client Credential configuration - please specify the scopes for this method in an Opaque secret.
89
89
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
90
97
type: object
91
98
status:
92
99
description: IssuerStatus defines the observed state of Issuer
0 commit comments