-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 Getting Secrets By Folder #6223
Comments
Files identified in the description: If these files are incorrect, please update the |
@ai-ryanbess Are you looking for a collection of fully populated secrets, including files to be returned? Would a list of secret id's in a folder that could be used to get individual secrets be more appropriate? If there are many secrets with files in a folder, returning them all could introducing scaling concerns. |
The usecase for my org is we store all certs in a single folder. We then use the password field as a way to secure the cert and the private key. Our goal is to go ask SS for all secrets in a given folder (which in our case is to get all certs plus the password) then using other vendor modules deploy those certs to various things. Yes if i could ask a folder via the modules for all the IDs then use those IDs to loop through those IDs to retrieve those certs and passwords 1 by 1 that would meet the requirement. I've been working with our sales rep Miles Herbst so if you would like to talk, he can set up a call. |
bug_resolved This has been resolved |
Summary
We store secrets in folders inside Secret Server. Please support retrieving them via their folder. In this example, the folder contains many certificates that i would like to retrieve, loop through, and deploy to various other IT Equipment.
Issue Type
Feature Idea
Component Name
community.general.tss
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: