minio/internal/config/identity/openid
Aditya Manthramurthy 4c0f48c548
Add role ARN support for OIDC identity provider (#13651)
- Allows setting a role policy parameter when configuring OIDC provider

- When role policy is set, the server prints a role ARN usable in STS API requests

- The given role policy is applied to STS API requests when the roleARN parameter is provided.

- Service accounts for role policy are also possible and work as expected.
2021-11-26 19:22:40 -08:00
..
provider rename all access token to id_tokens 2021-07-27 22:38:12 -07:00
ecdsa-sha3_contrib.go move to jwt-go v4 with correct releases (#13586) 2021-11-05 12:20:08 -07:00
help.go Add role ARN support for OIDC identity provider (#13651) 2021-11-26 19:22:40 -08:00
jwks.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jwks_test.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
jwt.go Add role ARN support for OIDC identity provider (#13651) 2021-11-26 19:22:40 -08:00
jwt_test.go move to jwt-go v4 with correct releases (#13586) 2021-11-05 12:20:08 -07:00
rsa-sha3_contrib.go move to jwt-go v4 with correct releases (#13586) 2021-11-05 12:20:08 -07:00
validators.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00
validators_test.go add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00