Skip to content

Resolve "secrets should not be given on command line" #208

Rodrigo Villablanca Vásquez requested to merge (removed):208-secrets into master

This MR try to solve #208 (closed) by adding 3 new command line options in order to read auth-secret, auth-client-id and auth-client-secret from his respectives files, this behaviour was taken from others options like admin-secret-path.

The new options are auth-secret-path, auth-client-id-path, auth-client-secret-path and all of them have preference over him respectives command line options.

Note: I said "try to solve #208 (closed)" because I am new into Gitlab and I don't know how to try this MR, but I think It was easy and this should work out of the box, so I need someone can help me to try this.

Merge request reports