-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update logging library to v2 * revert testing changes [#624] * upgrade core-auth-library-go to v2.1.0, add empty enc APIs policy [#624] * remove individual web auth entities, use claimsCheck functions * upgrade auth-lib and logging-lib versions [#624] * clean up unnecessary schema files, upgrade dependencies, trouble with openapi3 example validation [#624] * downgrade openapi to 0.110.0, remove more unnecessary schemas [#624] * update error messages with new logutils strings [#624] * update swagger docs to only use yaml syntax [#624] * update changelog * fix typo * logging adjustments, fix comment * bug fixes * do not store access tokens in DB, encrypt oidc tokens in login session params * return raw oidc tokens in login, refresh responses, only store encrypted refresh token, add decryption function * remove whitespace from decrypted refresh tokens * store hashed refresh tokens, prefix refresh tokens with session ID, remove some refresh token logging * first implementation of session ID rate limit * delete login session on rate limit hit * add allow legacy refresh flag to env vars, don't send oidc refresh tokens to client * update login and refresh response docs * limit block size in pkcs7 padding * limit ciphertext size * don't allow negative ciphertext size * fix padded ciphertext length * use AES encryption in GCM mode instead of CBC, store nonce in session params [#628] * update usage of global configs, will probably update to be used more like bb template configs [#628] * start refactoring GlobalConfig into Config [#628] * add new files * finish global_configs -> configs refactor, bug fixes [#628] * handle backward compatibility * use Log.SendHTTPResponse * setup CORS handler in web adapter * update go mod * fix go mod * update changelog * update config data type [#632] * gen mocks * fix configs, docs * fix admin update config API [#632] * fix changelog, merge changes from develop * update configs APIs [#632] * bug fixes * do not setup cors if there are no allowed origins [#632] * move storage out of web package, upgrade dependencies --------- Co-authored-by: Stephen Hurwit <[email protected]>
- Loading branch information
1 parent
b5c6af9
commit 7b2bbfa
Showing
37 changed files
with
1,796 additions
and
678 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.