ansible/awx-operator
View on GitHubPassword set via UI gets overwritten by initialize_django playbook
Open
#869 opened on Apr 12, 2022
Hacktoberfestblockedcomponent:operatorgood first issue
Repository metrics
- Stars
- (1,488 stars)
- PR merge metrics
- (PR metrics pending)
Description
ISSUE TYPE
- Bug Report
SUMMARY
Setting the admin password via UI to the database gets overwritten on reconciliation.
ENVIRONMENT
- AWX version: latest
- Operator version: devel
- Kubernetes version: 1.22
- AWX install method: AKS
STEPS TO REPRODUCE
- deploy awx-operator
- change the admin password via UI
- wait until loop
- attempt to use changed password to log in
EXPECTED RESULTS
Password which was changed is used.
ACTUAL RESULTS
original admin_password is set again. Can't log in.