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

feat: add writing secrets feature in terraform provider #161

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

btfhernandez
Copy link
Contributor

Add support creating/writing secrets in terraform provider - repo https://github.com/BeyondTrust/terraform-provider-passwordsafe

Using next endpoints to create secrets and to get folders:

POST Secrets-Safe/Folders/{folderId:guid}/secrets.
POST Secrets-Safe/Folders/{folderId:guid}/secrets/text.
POST Secrets-Safe/Folders/{folderId:guid}/secrets/file.

GET secrets-safe/folders/

User will sends folder name and integration should get folders, search folder in folders list and retrieve folder id to be able to create the secret in that specific folder.

@btfhernandez btfhernandez requested review from a team as code owners November 22, 2024 15:44
api/secrets/secrets.go Outdated Show resolved Hide resolved
@btfhernandez btfhernandez merged commit 8ea5ae2 into main Nov 26, 2024
7 of 10 checks passed
@btfhernandez btfhernandez deleted the BIPS-22415 branch November 26, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants