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

auth: add bearer auth security scheme #163

Merged
merged 2 commits into from
Nov 5, 2023
Merged

auth: add bearer auth security scheme #163

merged 2 commits into from
Nov 5, 2023

Conversation

uniqueg
Copy link
Member

@uniqueg uniqueg commented Oct 31, 2023

Details

  • Add OpenAPI file with securitySchemes definition for bearer token authentication.
  • Update app configuration in pro_tes/config.yaml to apply the security schema to all endpoints. Authentication is disabled by default in order to allow current tests to pass; enable it by setting disable_auth to False.

Closing issues

Closes #162

@uniqueg uniqueg merged commit 56da7d8 into dev Nov 5, 2023
5 checks passed
@uniqueg uniqueg deleted the add_security_schemes branch November 5, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable auth and bearer token validation.
1 participant