You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
New Feature
Feature Summary
Hide default empty credential categories from user template launch prompt.
User no need to see them or know about them if that types of credentials not in use.
Select the relevant components
UI
API
Docs
Collection
CLI
Other
Steps to reproduce
Set credentials "Prompt on launch" option ON in template settings
Launch template
In Credentials page tap on select category list
Current results
User see list of all credentials types and my custom types
Amazon Web Services
Google Eompute Engine
Microsoft Azure Resource Manager
Openstack
Red Hat Ansible Automation Platform
Red Hat Satellite 6
Red Hat Virtualization
Terraform Backend Configuration
Vmware vCenter
Gpg Public Key
Openshift or Kubernetes API Bearer Token
Network
Machine
Vault
My type 1
My type 2
Sugested feature result
Display only credential types that not empty (and maybe user have permission to use)
Machine
Vault
My type 1
Additional information
In my scenario AWX user should run template jobs, select inventory then creds and limits
In credential tab he should tap select category, select custom one and then next page
When he open select category list he see all default credential types (amazon, google, openstack etc) even if there are empty and not in use. It be very cools to hide or delete them to make interface more clear and not overloaded.
I didnt find any way in settings how to hide them. API dont return disable option.
In file awx\ui\src\components\LaunchPrompt\steps\CredentialsStep.js in CredentialsStep we have flag isDisabled that always false. Maybe start use it.
Please confirm the following
Feature type
New Feature
Feature Summary
Hide default empty credential categories from user template launch prompt.
User no need to see them or know about them if that types of credentials not in use.
Select the relevant components
Steps to reproduce
Current results
User see list of all credentials types and my custom types
Sugested feature result
Display only credential types that not empty (and maybe user have permission to use)
Additional information
In my scenario AWX user should run template jobs, select inventory then creds and limits
In credential tab he should tap select category, select custom one and then next page
When he open select category list he see all default credential types (amazon, google, openstack etc) even if there are empty and not in use. It be very cools to hide or delete them to make interface more clear and not overloaded.
I didnt find any way in settings how to hide them. API dont return disable option.
In file
awx\ui\src\components\LaunchPrompt\steps\CredentialsStep.js
inCredentialsStep
we have flag isDisabled that always false. Maybe start use it.Or maybe add to
awx\ui\src\api\models\CredentialTypes.js
check if type is empty.Thanks!
The text was updated successfully, but these errors were encountered: