Remove Vault support; fix OpenID Connect client delete issue

This commit is contained in:
2022-10-26 02:59:43 -05:00
parent 562ada3af5
commit 35113ed81c
14 changed files with 24 additions and 403 deletions

View File

@@ -1,7 +1,8 @@
const oidc_config = {
provider: {
proxy: env('OPENID_CONNECT_PROXY', false),
}
},
jwks_file: env('OPENID_CONNECT_JWKS_FILE'),
}
module.exports = exports = oidc_config