-
Is there a way to set secrets via the API? I see some graphQL API endpoints, but it is not obvious to me how I might use them to properly encrypt the value. |
Beta Was this translation helpful? Give feedback.
Answered by
fkorotkov
Jul 27, 2023
Replies: 1 comment 2 replies
-
Hey @beckermr, There is a way to create a new secret via API. You can check how we do it in the frontend. But I think you might be interested in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
beckermr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @beckermr,
There is a way to create a new secret via API. You can check how we do it in the frontend.
But I think you might be interested in
updateSecuredOwnerVariable
mutation which allows to update secrets by name. Note that you'll need admin API rights to perform this mutation.