-
Notifications
You must be signed in to change notification settings - Fork 22
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
Provide admin password for PostgreSQL database #725
Comments
Thanks, @fridex for the detailed description. |
The feature is enabled in Test Cluster, |
Based on the discussion with @KPostOffice Following actions would be considered
Step (1) one would be done on the cluster setup or db setup. Next Step: Test the amcheck in the test environment with metrics-exporter. |
@KPostOffice @harshad16 can we close this? |
we have change the privileges instead of using the admin user. closing this issue. |
Is your feature request related to a problem? Please describe.
As shown in the example in [1], we need to have the admin password for PostgreSQL databases. Currently, we do not setup the admin password. This could be accomplished by providing
POSTGRESQL_ADMIN_PASSWORD
environment variable to the postgresql container image as described in [2]Describe the solution you'd like
Add environment variable for configuring PostgreSQL password as described in [1].
Describe alternatives you've considered
There are no alternatives on how to enable the extension. The admin password is needed to enable the extension.
Additional context
[1] sclorg/postgresql-container#394
[2] https://docs.openshift.com/enterprise/3.1/using_images/db_images/postgresql.html#postgresql-changing-passwords
The text was updated successfully, but these errors were encountered: