You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The global.jwtTokenConfiguration.rsapublicKeyFilePath and global.jwtTokenConfiguration.rsaprivateKeyFilePath expect key pair in DER format. Everybody knows it has no fit for vault or secret manager solutions.
Describe the solution you'd like
PEM format option.
Describe alternatives you've considered
Add option to PEM format or add compatibility at.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
global.jwtTokenConfiguration.rsapublicKeyFilePath
andglobal.jwtTokenConfiguration.rsaprivateKeyFilePath
expect key pair in DER format. Everybody knows it has no fit for vault or secret manager solutions.Describe the solution you'd like
PEM format option.
Describe alternatives you've considered
Add option to PEM format or add compatibility at.
The text was updated successfully, but these errors were encountered: