Skip to content

Read api-secret-key file and store it in application config

Krasimir Angelov requested to merge consume-api-secret-key-file into master

With !198 (merged) we added minimal support for new config flag - api-secret-key. This MR builds on top of it in order to read the file contents and store it in app config as GitLabAPISecretKey.

This will be used in !197 (merged) (and !197 (merged)).

Merge request reports