feat: add Authelia OIDC provider service#15
Open
tseaver wants to merge 19 commits into
Open
Conversation
Issues: - Soliplex back-end doesn't understand the auth scheme which Authelia is providing. - Can't use 'localhost:9443', becauze Authelia reasons. - Not authenticating correctly when using 'https://127.0.0.1:9443' as server URL in the flutter app.
Remove now-spurious 'auth_request' config from 'nginx'. Update secrets required and the 'generate-secrets.sh' script accordingly.
... rather than prompting the user to do so.
- 'authelia/configuration.yml.in' - 'backend/environment/oidc/cacert.pem.in' - 'backend/environment/oidc/config.yaml.in' Add the generated files to '.gitignore'.
…yml' It cannot be read via a '*_FILE' environment variable. Update 'authelia' to run as '1000:1000'.
... rather than 'COPY' into the image.
Previously, runnin the script rotated all secrets, which broke the DB passwords stored in the 'postgres_data' volume.
The 'Authelia' OIDC flow relies on having the same hostname / port in the 'request_redirect' URL as seen from the browser.
Avoid having it go stale across Authelia version bumps.
- Add formatters for loggers ('soliplex', 'soliplex-authn'), including
OIDC claim fields for authenticated requests.
- Add handlers for loggers ('soliplex', 'soliplex-authn', 'soliplex-authz')
to demonstrate configuration.
Remove commit patching 'backend/Dockerfile' to work around soliplex #901, fixed in version '0.60.1'.
Pick up file upload fixes.
cfb6d33 to
ceebecb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.