-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update naas.secret with new method #437
Comments
We need to make use of the new naas-python.secret SDK. The way we handle secrets should be as follow now: As a user when I want to get a secret value:
As a user when I list secrets:
As a user when I want to create a secret:
As a user when I want to delete a secret:
Doing so, secrets should move from local to api smoothly. This should allow us to do a drop in replacement of the way we store secret. |
@Dr0p42, sounds great! |
This issue needs jupyter-naas/naas-python#33 to be completed first |
This issue is also blocked by this one: jupyter-naas/naas-python#32 |
Addition @l-loic , can you add some logic to:
This will ensure that we have a backup just in case. |
No description provided.
The text was updated successfully, but these errors were encountered: