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 #90

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

btfhernandez
Copy link
Contributor

@btfhernandez btfhernandez commented Nov 28, 2024

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 a review from a team as a code owner November 28, 2024 21:01
@btfhernandez btfhernandez changed the title chore: add passwordsafe_folder resource to main.tf file feat: add creating folders feature in terraform provider Nov 29, 2024
Copy link

@dtejadav dtejadav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code is aligned with PR description and requirement

@btfhernandez btfhernandez merged commit 259cf7c into main Nov 29, 2024
3 of 5 checks passed
@btfhernandez btfhernandez deleted the BIPS-22860 branch November 29, 2024 20:33
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