-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the authentication process for remote storages (#4241)
* authenticate using keycloak * refactor AuthTokenProvider * use specific token error * scalafmt * clarify test usage for AuthTokenProvider * cache the access tokens * change migration code which was broken when merging master branch * use label for realm * rename config class to 'Credentials' * use the realm http client * add anonymous as an authentication method * add legacy auth token method to auth options * add docs * rename variable * credentials are not optional * rename AuthMethod to Credentials * TokenError -> AuthTokenError * KeycloakAuthService -> OpenIdAuthService * add logging to caching open id auth token provider * fix comment * pr feedback * add release notes * fix storage config * check realm is not deprecated * use ParsedToken * remove KeyValueStore.create * change AuthTokenProvider interface * move docs * docs change * add scaladoc * scalafmt
- Loading branch information
1 parent
27dcb96
commit 288460e
Showing
27 changed files
with
375 additions
and
75 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
26 changes: 0 additions & 26 deletions
26
.../bluebrain/nexus/delta/plugins/storage/storages/operations/remote/AuthTokenProvider.scala
This file was deleted.
Oops, something went wrong.
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
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.