minio/internal/config/identity/openid
Aditya Manthramurthy 7f629df4d5
Add generic function to retrieve config value with metadata (#15083)
`config.ResolveConfigParam` returns the value of a configuration for any
subsystem based on checking env, config store, and default value. Also returns info
about which config source returned the value.

This is useful to return info about config params overridden via env in the user
APIs. Currently implemented only for OpenID subsystem, but will be extended for
others subsequently.
2022-06-17 11:39:21 -07:00
..
provider Add support for multiple OpenID providers with role policies (#14223) 2022-04-28 18:27:09 -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 "enable" to config help (#14866) 2022-05-05 04:17:04 -07:00
jwks.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jwks_test.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
jwt.go Reorganize OpenID config (#14871) 2022-05-05 13:40:06 -07:00
jwt_test.go Add generic function to retrieve config value with metadata (#15083) 2022-06-17 11:39:21 -07:00
openid.go Add generic function to retrieve config value with metadata (#15083) 2022-06-17 11:39:21 -07:00
providercfg.go Add generic function to retrieve config value with metadata (#15083) 2022-06-17 11:39:21 -07:00
rsa-sha3_contrib.go move to jwt-go v4 with correct releases (#13586) 2021-11-05 12:20:08 -07:00