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 creating folders feature in terraform provider #165

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

btfhernandez
Copy link
Contributor

Add support creating/writing folders in terraform provider - repo BeyondTrust/terraform-provider-passwordsafe

Using next endpoints to create folders and to get possible parent folders:

POST Secrets-Safe/Folders/

GET Secrets-Safe/Folders/

User will send the parent folder name and integration should get folders, search parent folder name in folders list and retrieve folder id to be able to create new folder with that specific parent folder Id.

Parent Folder should be exist in Password Safe.

@btfhernandez btfhernandez requested review from a team as code owners November 28, 2024 20:41
api/entities/entities.go Outdated Show resolved Hide resolved
@btfhernandez btfhernandez merged commit 825aa4a into main Nov 29, 2024
7 of 10 checks passed
@btfhernandez btfhernandez deleted the BIPS-22860 branch November 29, 2024 19: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