Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

[FEATURE] - Access control for formula #82

Closed
marcosgmgm opened this issue May 12, 2020 · 0 comments · Fixed by #95
Closed

[FEATURE] - Access control for formula #82

marcosgmgm opened this issue May 12, 2020 · 0 comments · Fixed by #95
Assignees
Labels
✨ feature Suggest a new feature or enhancement to the Ritchie project

Comments

@marcosgmgm
Copy link
Contributor

What would you like to be added:
Access control in tree.json per roles.

Example:

{
  "commands": [
    {
      "usage": "aws",
      "help": "Apply Aws objects",
      "parent": "root",
     "roles" : ["RIT_ADMIN"]
    },
    {
      "usage": "apply",
      "help": "Apply Aws objects",
      "parent": "root_aws"
    }
  "version": "1.0.0"
}

User with role rit_admin view all tree, other user view only apply command.
For this is necessary send repo name to server.

Why is this needed:
Allow access control in repository for team version

@marcosgmgm marcosgmgm added the ✨ feature Suggest a new feature or enhancement to the Ritchie project label May 12, 2020
@marcosgmgm marcosgmgm changed the title [FEATURE] - Access control for formulo [FEATURE] - Access control for formula May 12, 2020
@marcosgmgm marcosgmgm self-assigned this May 12, 2020
@marcosgmgm marcosgmgm linked a pull request May 14, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
✨ feature Suggest a new feature or enhancement to the Ritchie project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant