CLI and Secret Substitution #698
Replies: 2 comments 8 replies
-
|
this is likely related to #646. secret substitution isn't supported for plain http. should be trivial to support. i'll look into it later today. workaround:
|
Beta Was this translation helpful? Give feedback.
8 replies
-
|
Closing as #752 has been opened. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm investigating secret substitution with the CLI but something isn't working correctly.
I'm running msb as follows
where
run.shattempts to use the username and password secrets in curl with HTTP basic authIn the curl output I see
Server auth using Basic with user '$MSB_USER'and the Basic Auth header isAuthorization: Basic JE1TQl9VU0VSOiRNU0JfUEFTU1dPUkQ=which decodes as$MSB_USER:$MSB_PASSWORDI expected the secret values to be substituted in.
Am I missing something in my command or understanding of how secret substitution works?
Beta Was this translation helpful? Give feedback.
All reactions