-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#6024] feat(iceberg): refactor Iceberg credential code to reuse cred…
…ential component in Gravitino server (#6021) ### What changes were proposed in this pull request? 1. reuse `CatalogCredentialManager` to manage the credentials in Iceberg catalog. 2. use `CatalogWrapperForREST` to manage some REST specific operations like credential vending. 3. depracate `catalog-provider-type` , use `catalog-providers` instead. ### Why are the changes needed? Fix: #6024 ### Does this PR introduce _any_ user-facing change? yes, depracate `catalog-provider-type` , use `catalog-providers`, do some compatibility work. ### How was this patch tested? run with s3 token
- Loading branch information
Showing
26 changed files
with
318 additions
and
297 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
73 changes: 0 additions & 73 deletions
73
core/src/main/java/org/apache/gravitino/credential/CredentialProviderManager.java
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
Oops, something went wrong.