Skip to content
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

Configure authservice to use Redis #518

Closed
rjferguson21 opened this issue Jun 28, 2024 · 2 comments · Fixed by #658
Closed

Configure authservice to use Redis #518

rjferguson21 opened this issue Jun 28, 2024 · 2 comments · Fixed by #658
Assignees
Labels
enhancement New feature or request security sso Issues related to the SSO stack (Keycloak/Authservice)
Milestone

Comments

@rjferguson21
Copy link
Contributor

The existing authservice chart uses an in memory session store which makes it impossible to deploy in an HA mode.

@rjferguson21 rjferguson21 self-assigned this Jun 28, 2024
@mjnagel mjnagel added enhancement New feature or request security sso Issues related to the SSO stack (Keycloak/Authservice) labels Jul 2, 2024
@mjnagel
Copy link
Contributor

mjnagel commented Jul 19, 2024

May want to use https://github.com/defenseunicorns/uds-package-valkey for CI testing of HA Authservice?

@rjferguson21
Copy link
Contributor Author

Added a draft PR, probably want to wait for defenseunicorns/pepr#981 so connection string can be included as a secret.

@mjnagel mjnagel modified the milestones: 0.25.0, 0.26.0 Aug 2, 2024
rjferguson21 added a commit that referenced this issue Aug 19, 2024
## Description
* Updates Pepr to 0.34.0
* Uses Pepr Helm Chart
* Adds support to configure redis as authservice memory store

## Related Issue

Fixes #518

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed

---------

Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request security sso Issues related to the SSO stack (Keycloak/Authservice)
Projects
None yet
2 participants