mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 15:21:55 +00:00
Revert "CredentialIssuer contains Impersonation Proxy spec"
This reverts commit 83bbd1fa9314508030ea9fcf26c6720212d65dc0.
This commit is contained in:
@@ -35,38 +35,6 @@ spec:
|
||||
type: string
|
||||
metadata:
|
||||
type: object
|
||||
spec:
|
||||
description: Spec for the credential issuer
|
||||
properties:
|
||||
impersonationProxy:
|
||||
properties:
|
||||
externalEndpoint:
|
||||
description: specify the external endpoint name that will route
|
||||
to the impersonation proxy port
|
||||
type: string
|
||||
tls:
|
||||
description: TLS configuration to communicate with the impersonation
|
||||
proxy
|
||||
properties:
|
||||
certificateAuthorityData:
|
||||
description: The CA that clients should validate when connecting
|
||||
to the impersonation proxy endpoint
|
||||
type: string
|
||||
secretName:
|
||||
description: The name of a secret of type "kubernetes.io/tls"
|
||||
that will be used to serve the endpoint
|
||||
type: string
|
||||
required:
|
||||
- certificateAuthorityData
|
||||
- secretName
|
||||
type: object
|
||||
required:
|
||||
- externalEndpoint
|
||||
- tls
|
||||
type: object
|
||||
required:
|
||||
- impersonationProxy
|
||||
type: object
|
||||
status:
|
||||
description: Status of the credential issuer.
|
||||
properties:
|
||||
@@ -131,7 +99,6 @@ spec:
|
||||
- strategies
|
||||
type: object
|
||||
required:
|
||||
- spec
|
||||
- status
|
||||
type: object
|
||||
served: true
|
||||
|
||||
Reference in New Issue
Block a user