-
Hello, I've a question regarding passing secrets to openqa jobs. I want to pass a secret API token with openqa-cli, and could not find a suitable way to do so. I've used the following command line:
The result is:
The test 't/24-worker-jobs.t' verifies that the file vars.json is scrubbed of the passwords. However, the values for the PASSWORD and SECRET are plainly visible in the 'Settings' tab. Did I miss something? With kind regards, PS: Minor nitpick: the HTML rendering of the manual (http://open.qa/api/testapi/) renders the word |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That is effectivey the current state of secret handing. That means that you can put secrets into the worker config and it will stay hidden. Hiding secrets from openQA settings would be covered by https://progress.opensuse.org/issues/105624 |
Beta Was this translation helpful? Give feedback.
That is effectivey the current state of secret handing. That means that you can put secrets into the worker config and it will stay hidden. Hiding secrets from openQA settings would be covered by https://progress.opensuse.org/issues/105624