Revert "CredentialIssuer contains Impersonation Proxy spec"

This reverts commit 83bbd1fa9314508030ea9fcf26c6720212d65dc0.
This commit is contained in:
Margo Crawford
2021-02-01 12:43:34 -08:00
parent ab60396ac4
commit 23e8c35918
18 changed files with 9 additions and 699 deletions

View File

@@ -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