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

Add get_allowed_actions() to non-Python libraries #746

Closed
5 tasks done
leina05 opened this issue Feb 18, 2021 · 4 comments
Closed
5 tasks done

Add get_allowed_actions() to non-Python libraries #746

leina05 opened this issue Feb 18, 2021 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@leina05
Copy link
Contributor

leina05 commented Feb 18, 2021

get_allowed_actions() returns a list of all actions an actor is allowed to take on a resource based on the policy. Currently, this is only implemented in the Python library.

We'd like to add this to the other language libraries:

  • Node.js
  • Go
  • Ruby
  • Java
  • Rust
@leina05 leina05 added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 18, 2021
@joshrotenberg
Copy link
Contributor

  • Rust

@samscott89
Copy link
Member

  • Java

Thanks @joshrotenberg !

@samscott89
Copy link
Member

  • Java

Thanks @joshrotenberg !

  • Go

Thanks @joshrotenberg again!

@gj
Copy link
Member

gj commented Sep 15, 2021

As of the 0.20 release that stabilizes tomorrow, authorized_actions (the new name for get_allowed_actions) has been added to Ruby and Node.js. 🎉

Thanks again for all of your contributions @joshrotenberg !

@gj gj closed this as completed Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants