-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Is your feature request related to a problem? Please describe.
Not sure if it is intended or not, but filetree_create does not export associated credential_input_sources when exporting credentials. Interesting enough, filetree_read is capable of ingesting credential input sources.
Describe the solution you'd like
filetree_create should also export credential_input_sources that are associated to the credentials that it exports.
Our use case is that we are moving teams over from one aap instance to another. Most teams are not using IaC, but nearly all are the cyberark credential provider. So we are using this role to hydrate the new instance.
Describe alternatives you've considered
I've considered writing my own playbook that uses the API to export credential input sources that then formats the result in the controller_credential_input_sources format.