Skip to content

Commit 1780f73

Browse files
committed
Apply yaml changes suggested by reconciler
1 parent c57f8c5 commit 1780f73

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ spec:
4444
description: APIPath is the base path of the Command API. KeyfactorAPI
4545
by default
4646
type: string
47+
audience:
48+
description: |-
49+
The audience value used when requesting a Bearer token from an ambient token provider implied
50+
by the environment, rather than by commandSecretName. For example, could be set to
51+
https://example.com when requesting an access token from Google's identity token provider. Ideally, this should be
52+
the URL of your Command environment.Has no effect on OAuth 2.0 Client Credential configuration - please specify
53+
the audience for this method in an Opaque secret.
54+
type: string
4755
caSecretName:
4856
description: |-
4957
The name of the secret containing the CA bundle to use when verifying
@@ -85,14 +93,6 @@ spec:
8593
api://{tenant ID}/.default when requesting an access token for Entra ID (DefaultAzureCredential). Has no
8694
effect on OAuth 2.0 Client Credential configuration - please specify the scopes for this method in an Opaque secret.
8795
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
94-
the audience for this method in an Opaque secret.
95-
type: string
9696
type: object
9797
status:
9898
description: IssuerStatus defines the observed state of Issuer

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ spec:
4444
description: APIPath is the base path of the Command API. KeyfactorAPI
4545
by default
4646
type: string
47+
audience:
48+
description: |-
49+
The audience value used when requesting a Bearer token from an ambient token provider implied
50+
by the environment, rather than by commandSecretName. For example, could be set to
51+
https://example.com when requesting an access token from Google's identity token provider. Ideally, this should be
52+
the URL of your Command environment.Has no effect on OAuth 2.0 Client Credential configuration - please specify
53+
the audience for this method in an Opaque secret.
54+
type: string
4755
caSecretName:
4856
description: |-
4957
The name of the secret containing the CA bundle to use when verifying
@@ -85,14 +93,6 @@ spec:
8593
api://{tenant ID}/.default when requesting an access token for Entra ID (DefaultAzureCredential). Has no
8694
effect on OAuth 2.0 Client Credential configuration - please specify the scopes for this method in an Opaque secret.
8795
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
94-
the audience for this method in an Opaque secret.
95-
type: string
9696
type: object
9797
status:
9898
description: IssuerStatus defines the observed state of Issuer

0 commit comments

Comments
 (0)