Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Secret value isn't secret #4663

Epi-apiao ·

I set variable "a" as a secret value under configuration A, and I added a promotion association to configuration B under configuration A.
After A triggered B run, I was able to see the plaintext of variable "a" on the "Variables" page of B build results.

  • replies 1
  • views 8
  • stars 0
robinshen ADMIN ·

You need to tell configuration B that it is also secret. To do it, define a as a secret variable in B. Or you may move the definition of "a" in common parent of A and B, to avoid redefine them in A and B separately.