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

Load RSA key from environment variables, stored in vault #3117

Merged
merged 4 commits into from
Jan 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
set oidc rsa key from env by default
henrikskog committed Jan 23, 2024
commit b6b99b6ce593fd23fe64b2f84ce8fa58aecfdb8c
1 change: 1 addition & 0 deletions onlineweb4/settings/base.py
Original file line number Diff line number Diff line change
@@ -76,6 +76,7 @@
"ACCESS_TOKEN_EXPIRE_SECONDS": 3600,
"AUTHORIZATION_CODE_EXPIRE_SECONDS": 60,
"REFRESH_TOKEN_EXPIRE_SECONDS": 43200,
"OIDC_RSA_PRIVATE_KEY": config("OW4_OIDC_RSA_PRIVATE_KEY", default=""),
}


Loading