-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: deprecate password file in favor of secrets #150
Conversation
Codecov Report
@@ Coverage Diff @@
## master #150 +/- ##
==========================================
- Coverage 68.80% 68.51% -0.29%
==========================================
Files 29 29
Lines 1683 1674 -9
==========================================
- Hits 1158 1147 -11
- Misses 525 527 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>
feat: enable/disable admin-ui frontend plugins (ref: #150)
feat: enable/disable admin-ui frontend plugins (ref: #150)
The changeset deprecate password files (
sql_password
,couchbase_password
,couchbase_superuser_password
) in favor of value from secrets.For existing deployments, the password from any of password files mentioned previously is saved into secrets. Subsequent deployment may remove the password files safely.
For fresh deployments, there are additional scopes and attributes that can be used to specify password for SQL and Couchbase databases.