ansible/awx-operator

Password set via UI gets overwritten by initialize_django playbook

Open

#869 opened on Apr 12, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Jinja (712 forks)auto 404
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
  1. deploy awx-operator
  2. change the admin password via UI
  3. wait until loop
  4. 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.

ADDITIONAL INFORMATION
AWX-OPERATOR LOGS

Contributor guide