Skip to content

Commit

Permalink
Add note about lack of persistent storage. (#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkevmcd authored Nov 22, 2023
1 parent 3ad2955 commit fed6496
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ kubectl create secret generic oidc-auth \

Once the HTTP server starts, unauthenticated users will have to click 'Login With OIDC Provider' to log in or use the cluster account (if configured). Upon successful authentication, the users' identities will be impersonated in any calls made to the Kubernetes API, as part of any action they take in the dashboard. By default the Helm chart will configure RBAC correctly, but we recommend reading the [service account](#gitops-dashboard-service-account-permissions) and [user permissions](#user-permissions) pages to understand which actions are needed for Weave GitOps to function correctly.

:::warning
Currently, we do not have a persistent session storage, this means that if you scale to multiple replicas, logins will not be persisted.
:::

#### Customization

For some OIDC configurations, you may need to customise the requested [scopes](https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims) or [claims](https://openid.net/specs/openid-connect-core-1_0.html#Claims).
Expand Down
4 changes: 4 additions & 0 deletions website/docs/open-source/getting-started/install-OSS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ Our docs on [securing access to the dashboard](../../enterprise/getting-started/

You will use the password you've just created when you've finished Weave GitOps Open Source installation and are ready to login to the dashboard UI.

:::warning
Currently, we do not have a persistent session storage, this means that if you scale to multiple replicas, logins will not be persisted.
:::

:::tip
If you need to customize the Weave GitOps Helm release, you can use the `--values` CLI flag to supply one or more values files.

Expand Down

0 comments on commit fed6496

Please sign in to comment.