Skip to content

Commit

Permalink
switch allowImplicitLogin to true by default
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Léobal <[email protected]>
  • Loading branch information
oleobal committed Aug 17, 2023
1 parent dc6c3a0 commit a5a397e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/substra-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See [UPGRADE.md](https://github.com/Substra/substra-backend/blob/main/charts/sub
| `server.commonHostDomain` | The common host under which the backend and frontend are served | `""` |
| `server.uwsgiProcesses` | The number of uwsgi processes | `20` |
| `server.uwsgiThreads` | The number of uwsgi threads | `10` |
| `server.allowImplicitLogin` | Allow clients to get API tokens directly with username+password on the `/api-token-auth/` endpoint (ie `Client.login` in the Substra SDK) | `false` |
| `server.allowImplicitLogin` | Allow clients to get API tokens directly with username+password on the `/api-token-auth/` endpoint (ie `Client.login` in the Substra SDK) | `true` |
| `server.image.registry` | Substra backend server image registry | `ghcr.io` |
| `server.image.repository` | Substra backend server image repository | `substra/substra-backend` |
| `server.image.tag` | Substra backend server image tag (defaults to AppVersion) | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ server:
commonHostDomain: ""
uwsgiProcesses: 20
uwsgiThreads: 10
allowImplicitLogin: false
allowImplicitLogin: true

## Substra backend image version
## @param server.image.registry Substra backend server image registry
Expand Down

0 comments on commit a5a397e

Please sign in to comment.