-
Notifications
You must be signed in to change notification settings - Fork 298
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
[Feature]: Enrich the storage type registry when creating a catalog. #2007
Comments
I have a suggestion regarding the configuration of S3: It's probably best not to restrict the configuration to use Access Key (AK) and Secret Key (SK) on the web page. Some users may prefer to control permissions using a role ARN. |
I have summarized the current requirements that need to be met in order to make adjustments to the product. Part1 1.Metastore
2.Storage(support select Type)
3.Authentication
4.Properties
5.Table Default Properties
Part2
|
I think supporting ARN is very meaningful! To support it, I'm thinking of designing the Catalog page like this, but I'm a bit worried about that the configuration of Endpoints/Region may be redundant with ARNs. Do you have any suggestions based on your usage experience? @XBaith |
The |
@wangtaohz @XBaith Amoro and it's optimizer can use IAM Role for Service Account (IRSA) for authenticating with AWS Services like S3 and Glue when they are deployed in Amazon EKS.
Then, When configuring iceberg catalog on Amoro UI with IRSA authentication type (ARN), set following catalog property - |
@kmozaid Thank you for sharing this valuable information about working with Amazon EKS. |
Is |
Yes, it makes sense to me. |
Description
Currently, the default storage system registered in the catalog is based on Hadoop, although S3 protocol is now supported, Hadoop-related information still needs to be filled in.
Now, we need to enrich the registration of storage and authentication methods, such as S3-type storage systems and authentication systems based on Access Key/Secret Key.
Use case/motivation
To register a catalog:
Describe the solution
No response
Subtasks
Hadoop
andS3
and authentication typeAK/SK
for Catalog #2084Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: