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

[feature] Access control to restrict the access to the data #835

Open
thinkORo opened this issue Jul 2, 2023 · 0 comments · May be fixed by #885
Open

[feature] Access control to restrict the access to the data #835

thinkORo opened this issue Jul 2, 2023 · 0 comments · May be fixed by #885
Labels
enhancement New feature or request

Comments

@thinkORo
Copy link

thinkORo commented Jul 2, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'd like to restrict the access to the data via a x-based-access-control pattern (x could be a Role or an Attribute). For that we need two different things:

  1. authentication
  2. authorization

Describe the solution you'd like
for 1.: at least a username and password must be defined (for instance via a user.list file) or, in the second step, a specific IAM provider like keycloak
for 2.: a way to grant or revoke permissions on different objects

This feature could be implemented step by step with a simple authentication which would increase the current (non-exsisting?) security solution in Arrow Ballista.

@thinkORo thinkORo added the enhancement New feature or request label Jul 2, 2023
@ehenry2 ehenry2 linked a pull request Oct 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant