Skip to content
New issue

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

API for storing secrets #44

Closed
h1alexbel opened this issue Feb 12, 2024 · 3 comments · Fixed by #48
Closed

API for storing secrets #44

h1alexbel opened this issue Feb 12, 2024 · 3 comments · Fixed by #48
Labels
enhancement New feature or request
Milestone

Comments

@h1alexbel
Copy link
Collaborator

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: the key of the secret
  • value: the value of the secret

API should be simply stupid:

  • save the secret with key, value
  • get the value by the key
@h1alexbel
Copy link
Collaborator Author

@hizmailovich take a look, please

@0pdd
Copy link
Collaborator

0pdd commented Feb 20, 2024

@h1alexbel 3 puzzles #49, #50, #51 are still not solved.

@0pdd
Copy link
Collaborator

0pdd commented Feb 23, 2024

@h1alexbel the puzzle #56 is still not solved; solved: #49, #50, #51.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants