-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
controller_credentials password field-use another credential. #820
Comments
that is not how lookups work, you would create credential_input_source which would look something like:
see the role for more details https://github.com/redhat-cop/controller_configuration/tree/devel/roles/credential_input_sources |
Hello , Thank you for your response, but i need also to create the cyberark credential with type CyberArk Central Credential Provider Lookup. Thank you, |
that list is out of date, I think we might want to consider just pointing to other documentation to provide an accurate up to date list so that is not something we need to try and keep up with. |
Hello , if credential creation with type CyberArk Central Credential Provider Lookup is supported , can you please provide me the right syntax for the input parameters ? for example : name: "CyberArk_lookup" Thank you in advance, |
any credential type if it is a builtin or custom credential is "supported" by the module to create a credential associated to that type. as for those 2 inputs the correct fields are
|
Hello ,
is it possible to refer another credential on password filed with controller_credentials ?
for example i have created credential CyberArk with type CyberArk Central Credential Provider Lookup i want to use it to create another credential like this :
controller_credentials:
description: "Machine Credentials Example"
credential_type: "Machine"
organization: "ExampleOrg"
inputs:
username: "user-ansible"
password: CyberArk
Thank you in advance for your response,
Mondher Khaskhoussi
The text was updated successfully, but these errors were encountered: