Skip to content
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

Tech Preview UI does not present Source Control credentials to project #15214

Open
3 tasks done
cdot65 opened this issue May 9, 2024 · 0 comments
Open
3 tasks done

Tech Preview UI does not present Source Control credentials to project #15214

cdot65 opened this issue May 9, 2024 · 0 comments

Comments

@cdot65
Copy link

cdot65 commented May 9, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

Bug Summary

When using the Tech Preview UI, you are unable to reference any of the credential types of "Source Control" when adding / updating a Project. Switching back to the legacy UI resolves the issue.

AWX Operator version

2.16.1

AWX version

24.3.1

Kubernetes platform

kubernetes

Kubernetes/Platform version

k3s

Modifications

no

Steps to reproduce

Add a Source Control credential, doesn't matter if using username/password combo or SSH private key.

Add a new Project, attempt to reference the credential

image

Expected results

Source Control credential should be presented

Actual results

No credentials are presented, despite returning the source control credential in the payload

image

API call made by the frontend: http://172.16.0.202:30080/api/v2/credential_types/?kind=scm and http://172.16.0.202:30080/api/v2/credentials/?credential_type=2&order_by=name&page=1&page_size=10

Additional information

Switching back to the legacy UI resolves the issue

image

API call made by the legacy UI: http://172.16.0.202:30080/api/v2/credentials/?credential_type=2&order_by=name&page=1&page_size=5

Operator Logs

No response

@thedoubl3j thedoubl3j transferred this issue from ansible/awx-operator May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant