Updates the JWT/OIDC auth plugin (#10919)

This commit is contained in:
Austin Gebauer
2021-02-16 17:21:35 -08:00
committed by GitHub
parent 1f23c60ade
commit d69a12c7c0
103 changed files with 14610 additions and 501 deletions

View File

@@ -263,6 +263,7 @@ func testAgentExitAfterAuth(t *testing.T, viaFlag bool) {
_, err = client.Logical().Write("auth/jwt/config", map[string]interface{}{
"bound_issuer": "https://team-vault.auth0.com/",
"jwt_validation_pubkeys": agent.TestECDSAPubKey,
"jwt_supported_algs": "ES256",
})
if err != nil {
t.Fatal(err)