Is there a more detailed documentation on the syntax of username and password field when using Delinea Secret Server Cloud credential provider. The document doesn’t seem to be clear enough. It says
secrets://delinea-vault/folder1%2Fcred%2FapplicationName%2FdirectoryName/username
Would this be folder name or folder id, would we have to give entire directory path etc. Not very clear on the documentation.
Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
What have you tried?
What errors did you face (share screenshots)?
Share the details of your efforts (code / search query, workflow json etc.)?
What is the result you are getting and what were you expecting?
Figured out that the credential provider uses /v2/secrets endpoint of delinea secret server. Was able to get this to working based on this endpoint. Noticed a bug where the configuration wouldn’t work for folders having a space in them.
I also got this working, but I foresee issues for our landscape. If you have an multiple secrets in the same folder with the same name it does not differentiate well. We have typically had secrets named with userid as the name, and used metadata to determine which secret is which. This won’t work. It would be really nice if we could just use secret ID instead of using a search based on path.
Error seems to be related to the path being not correct. I would try to provide the path you are trying in Delinea API and see if you are able to fetch the secret.
Has anyone been able to resolve the folder-with-a-space issue without renaming them all to remove spaces? It seems like URL encoding should resolve this but we still get an access denied error.