Remove 'oidc' from gen_openapi.sh (#19839)

This commit is contained in:
Anton Averchenkov 2023-03-30 13:38:56 -04:00 committed by GitHub
parent 150ee4b93d
commit 1b8dd129ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -293,6 +293,7 @@ func Test_RegistryMatchesGenOpenapi(t *testing.T) {
t.Helper()
for _, excluded := range []string{
"oidc", // alias for "jwt"
"openldap", // alias for "ldap"
"ad", // consolidated into "ldap" and deprecated
} {

View File

@ -54,7 +54,6 @@ vault auth enable "kerberos"
vault auth enable "kubernetes"
vault auth enable "ldap"
vault auth enable "oci"
vault auth enable "oidc"
vault auth enable "okta"
vault auth enable "pcf"
vault auth enable "radius"