Import additional secrets via file uri (#25408)
This commit is contained in:
parent
478f33030e
commit
c0fc53e226
3 changed files with 5 additions and 1 deletions
|
@ -116,6 +116,8 @@ func loadOAuth2From(rootCfg ConfigProvider) {
|
|||
return
|
||||
}
|
||||
|
||||
OAuth2.JWTSecretBase64 = loadSecret(rootCfg.Section("oauth2"), "JWT_SECRET_URI", "JWT_SECRET")
|
||||
|
||||
if !filepath.IsAbs(OAuth2.JWTSigningPrivateKeyFile) {
|
||||
OAuth2.JWTSigningPrivateKeyFile = filepath.Join(AppDataPath, OAuth2.JWTSigningPrivateKeyFile)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue