We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As I described here, we need to store secrets inside our database, to give a possibility to a user to reference the values from it:
# we are in project.yml ... backlog: type: JIRA jira-url: ${jira-url} ...
we should create and maintain API in PMO for storing secrets, data schema probably should be something like this:
key
value
API should be simply stupid:
The text was updated successfully, but these errors were encountered:
@hizmailovich take a look, please
Sorry, something went wrong.
f9110c9
@h1alexbel 3 puzzles #49, #50, #51 are still not solved.
@h1alexbel the puzzle #56 is still not solved; solved: #49, #50, #51.
Successfully merging a pull request may close this issue.
As I described here, we need to store secrets inside our database, to give a possibility to a user to reference the values from it:
we should create and maintain API in PMO for storing secrets, data schema probably should be something like this:
key
: the key of the secretvalue
: the value of the secretAPI should be simply stupid:
key
,value
value
by thekey
The text was updated successfully, but these errors were encountered: