consul/internal/go-sso/oidcauth
Matt Keeler 9b01f9423c
Implement the insecure version of the Cluster.AutoConfig RPC endpoint
Right now this is only hooked into the insecure RPC server and requires JWT authorization. If no JWT authorizer is setup in the configuration then we inject a disabled “authorizer” to always report that JWT authorization is disabled.
2020-06-17 11:25:29 -04:00
..
internal/strutil acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
oidcauthtest Implement the insecure version of the Cluster.AutoConfig RPC endpoint 2020-06-17 11:25:29 -04:00
auth.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
config.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
config_test.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
jwt.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
jwt_test.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
oidc.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
oidc_test.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
oidcjwt.go Add unconvert linter 2020-05-12 13:47:25 -04:00
oidcjwt_test.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
util.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00
util_test.go acl: add auth method for JWTs (#7846) 2020-05-11 20:59:29 -05:00