WIP aggregated api for oidcclientsecretrequest

Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
Margo Crawford
2022-06-09 13:45:21 -07:00
parent 77f37b5a57
commit 889348e999
235 changed files with 9218 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ type Config struct {
// NamesConfigSpec configures the names of some Kubernetes resources for the Supervisor.
type NamesConfigSpec struct {
DefaultTLSCertificateSecret string `json:"defaultTLSCertificateSecret"`
APIService string `json:"apiService"`
}
type Endpoints struct {