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

[Subtask] Wildcard properties meta #5790

Closed
Tracked by #5774
xunliu opened this issue Dec 7, 2024 · 0 comments · Fixed by #5791
Closed
Tracked by #5774

[Subtask] Wildcard properties meta #5790

xunliu opened this issue Dec 7, 2024 · 0 comments · Fixed by #5791
Assignees
Labels
0.8.0 Release v0.8.0 subtask Subtasks of umbrella issue

Comments

@xunliu
Copy link
Member

xunliu commented Dec 7, 2024

Describe the subtask

The authorization chain plugin needs to configure multiple chain properties in the one authorization property.

"authorization.chain.plugins" = "hive1,hdfs1";
"authorization.chain.hive1.provider" = "ranger";
"authorization.chain.hive1.catalog-provider" = "hive";
"authorization.chain.hive1.ranger.auth.type" = "simple";
"authorization.chain.hive1.ranger.admin.url" = "http://localhost:6080";
"authorization.chain.hive1.ranger.username" = "admin";
"authorization.chain.hive1.ranger.password" = "admin";
"authorization.chain.hive1.ranger.service.name" = "hiveDev";
"authorization.chain.hdfs1.provider" = "ranger";
"authorization.chain.hdfs1.catalog-provider" = "hadoop";
"authorization.chain.hdfs1.ranger.auth.type" = "simple";
"authorization.chain.hdfs1.ranger.admin.url" = "http://localhost:6080";
"authorization.chain.hdfs1.ranger.username" = "admin";
"authorization.chain.hdfs1.ranger.password" = "admin";
"authorization.chain.hdfs1.ranger.service.name" = "hdfsDev";

Parent issue

#5774

@xunliu xunliu added subtask Subtasks of umbrella issue 0.8.0 Release v0.8.0 labels Dec 7, 2024
@xunliu xunliu self-assigned this Dec 7, 2024
xunliu added a commit to xunliu/gravitino that referenced this issue Dec 13, 2024
xunliu added a commit that referenced this issue Dec 17, 2024
### What changes were proposed in this pull request?

Add ChainAuthorizationProperties class

### Why are the changes needed?

Fix: #5790 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

Add test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.8.0 Release v0.8.0 subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant