Closed Coolfeather2 closed 4 months ago
Implemented as follows. As soon as you set the database_cipher_key
in config/configuration.yml, the client_secret
is ciphered when you save the plugin's options and deciphered when you read them.
Could you test it with the devel branch, please?
Working, thank you for your prompt work
Hi
Is it possible to encrypt the
client_secret
in the plugin setting page and database (usingRedmine::Configuration['database_cipher_key']
)?Redmine has this functionality within
AuthSource
,Repository
andUser
Class, but does not look like its available forSettings
ClassRef: https://www.rubydoc.info/github/redmine/redmine/Redmine/Ciphering