[management] restructure api files (#3013)

This commit is contained in:
Pascal Fischer
2024-12-10 15:59:25 +01:00
committed by GitHub
parent 97bb74f824
commit 6142828a9c
30 changed files with 461 additions and 426 deletions

View File

@@ -0,0 +1,9 @@
package configs
// AuthCfg contains parameters for authentication middleware
type AuthCfg struct {
Issuer string
Audience string
UserIDClaim string
KeysLocation string
}