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

Direct auth introspection in mock mode #625

Merged
merged 6 commits into from
Oct 30, 2024

Conversation

byewokko
Copy link
Collaborator

@byewokko byewokko commented Oct 17, 2024

Summary

In MOCK mode, you can specify Seacat Auth nginx introspection URL in the configuration so that incoming requests are immediately introspected without the need for reverse proxy. The introspection URL is not used in production mode (enabled=yes).

Config example

[auth]
enabled=mock
introspection_url=http://localhost:8900/nginx/introspect/openidconnect

@byewokko byewokko added the enhancement New feature or request label Oct 17, 2024
@byewokko byewokko self-assigned this Oct 17, 2024
@byewokko byewokko marked this pull request as ready for review October 30, 2024 12:43
@byewokko byewokko merged commit 1022e22 into master Oct 30, 2024
6 checks passed
@byewokko byewokko deleted the feature/mock-mode-introspection branch October 30, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant