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

Support for Creating and listing vaults #50

Open
leecookson opened this issue Jun 11, 2024 · 1 comment
Open

Support for Creating and listing vaults #50

leecookson opened this issue Jun 11, 2024 · 1 comment

Comments

@leecookson
Copy link

Use Case

We have a service wrapper for AWS secrets manager. As we add and update these secrets, which are used to validate client-specific access keys, we would like to create a vault and add the secrets to the new vault, or update existing secrets in those vaults. The vaults would be shared to other teams within our organization.

Listing items within a specific vault would also be needed, so we don't create duplicate items from the service.

Requirements and desired behavior

Generally, would assume the new API's supported by this SDK would work consistently with the existing ones.

The resolve feature seems like it could do this by using shorter paths, but it requires at least a specific vault, item and field.
Examples:
op:// could return a lis of all vaults
op://<vaultID> can return any attributes of the vault itself
op://<vaultID>/ could return a list of items within that vault

Otherwise, a more explicit API like this would be good
client.listVaults
client.getVaultDescription
client.listVaultItems

Additional information

No response

@AndyTitu
Copy link
Contributor

Hi @leecookson , thank you for your feature request! We agree this is indeed an important feature. We will look into adding this to the SDKs soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants