Skip to content

Commit

Permalink
change default auth scheme from initial to couchdb (#518)
Browse files Browse the repository at this point in the history
* change default auth scheme from initial to couchdb
* mark cve as duplicate of other one
---------
Signed-off-by: David Huffman <[email protected]>
  • Loading branch information
dshuffma-ibm authored Jul 31, 2023
1 parent 594d5ec commit 01fd493
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/athena/.nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"1091725": {
"active": true,
"notes": "same as 1091459"
},
"1092779": {
"active": true,
"notes": "same as 1091459"
}
}
4 changes: 2 additions & 2 deletions packages/athena/env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ __default_settings_doc.json:__
// the env variable "AUTH_SCHEME" will override this
// see below for "Auth Schemes Explained"
// changes to this field require a restart.
// examples: 'iam', 'odic', 'ldap', 'oauth', 'ibmid'
"auth_scheme": "initial",
// examples: 'initial', 'couchdb', 'iam', 'odic', 'ldap', 'oauth', 'ibmid'
"auth_scheme": "couchdb",
// CA proxy route's timeout in ms
// defaults 10000
Expand Down
2 changes: 1 addition & 1 deletion packages/athena/json_docs/default_settings_doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"integration_test_enabled": false,
"app_port": 3000,
"allow_default_password": false,
"auth_scheme": "initial",
"auth_scheme": "couchdb",
"cluster_data": {
"type": null
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13999,6 +13999,7 @@ components:
- oauth
- oidc
- ldap
- initial
oauth:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion packages/athena/public/releaseNotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"version": "1.0.5-23",
"date": "1 June 2023",
"date": "01 June 2023",
"description": [
{
"title": "Bug & security fixes",
Expand Down

0 comments on commit 01fd493

Please sign in to comment.