-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inventory source with credential has empty dictionary in summary_fields #4059
Comments
@AlanCoding @kdelee I'm able to reproduce this on |
@AlanCoding I figured it out. I was a bit too liberal in my removal of https://github.com/ansible/awx/pull/3413/files#diff-a81324c523b41de7296fdd5ff9063d10L2007 |
We are experiencing the same bug with devel branch installer. We can't add credentials to inventories. |
@nicolaibaralmueller I just tested the fix that was merged a few hours ago. It is working for me now. Please try again and ping me if it is not working for you. Going to close for now. |
ISSUE TYPE
SUMMARY
The UI is not showing content in the credential box in the UI for supported sources like gce
This seems to be because the API gives an empty dictionary where it should summarize that credential in
summary_fields
ENVIRONMENT
STEPS TO REPRODUCE
Navigate to a gce inventory source in the UI or API browser
look at the structure you get back
EXPECTED RESULTS
gce sources require a credential, so you probably had a credential, so it should be in summary_fields
ACTUAL RESULTS
non-null
credential
field, butcredential
in summary fields is emptyADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: