-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It would be useful to be able to fetch a secret by name rather than by ID number. For example,
- hosts: localhost
vars:
secret: >-
{{
lookup(
'delinea.ss.tss',
mySecret,
base_url='https://secretserver.domain.com/SecretServer/',
username='user.name',
password='password'
)
}}
rather than having to figure out the ID number for the secret.
As users are more familiar with the secret name rather than the ID, this will allow for clearer and easier automation by not having to fetch a secret ID via the API.
Metadata
Metadata
Assignees
Labels
No labels