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

Merge enabled and dev_mode config switch #492

Merged
merged 10 commits into from
Aug 29, 2023

Conversation

byewokko
Copy link
Collaborator

@byewokko byewokko commented Aug 28, 2023

Breaking changes

  • The enabled and dev_mode options in the [auth] config section are combined into one. To enable mock mode (formerly known as dev mode), specify enabled=mock.
  • dev_user_info_path renamed to mock_user_info_path.
  • Default public_keys_url changed to http://localhost:3081/.well-known/jwks.json, which is in line with the latest Seacat Auth.

Changes

  • "Dev mode" renamed to "mock mode".
  • Fixed the --no-auth switch to act upon the app configuration.

@byewokko byewokko added enhancement New feature or request breaking change This will introduce a breaking change labels Aug 28, 2023
@byewokko byewokko self-assigned this Aug 28, 2023
@byewokko byewokko changed the title Merge auth and dev mode config switch Merge enabled and dev_mode config switch Aug 28, 2023
@byewokko byewokko linked an issue Aug 28, 2023 that may be closed by this pull request
2 tasks
@byewokko byewokko requested a review from ateska August 28, 2023 11:45
@byewokko byewokko merged commit 6d4e6ac into master Aug 29, 2023
10 checks passed
@byewokko byewokko deleted the feature/merge-auth-and-dev-mode-switch branch August 29, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This will introduce a breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect flow in asab.web.auth (DevInfo etc.)
2 participants