c-w opened a new pull request, #29498: URL: https://github.com/apache/superset/pull/29498
### SUMMARY This PR modifies the docker-compose setup to enable customizing the password used for the admin user. This is useful in scenarios where we want to use the docker-compose setup to spin up a self-contained superset instance but when we don't want to risk someone being able to log in as an admin with the known default credentials. ### TESTING INSTRUCTIONS 1. Configure password override: `echo 'ADMIN_PASSWORD=supersecret' > docker/.env-local` 2. Run the stack: `TAG=4.0.2 docker compose -f docker-compose-image-tag.yml up` 3. Go to http://localhost:8088 and log in using username admin and the password from step 1 ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
