ansible/awx

Admin password is always reset during install

Open

#3.915 geöffnet am 17. Mai 2019

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (3.333 Forks)batch import
help wantedtype:bug

Repository-Metriken

Stars
 (13.071 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 24T 6h) (30 gemergte PRs in 30 T)

Beschreibung

ISSUE TYPE
  • Bug Report
SUMMARY

When running multiple times the installer, the admin password is always reset. If I have changed the password from the web, after running the installer, the password is reset to the default.

ENVIRONMENT
  • AWX version: 4.0.0
  • AWX install method: kubernetes (microk8s)
  • Ansible version: ansible 2.7.10
  • Operating System: Ubuntu 18.04 x64
  • Web Browser: Firefox 66
STEPS TO REPRODUCE
  • Run the installer
  • Change the admin password from the web UI
  • Run the installer again (for an upgrade, testing, etc)
EXPECTED RESULTS

Keep the password changed in the web UI.

ACTUAL RESULTS

The password is reset with the one in the inventory.

Contributor Guide