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

(feat): Add permission field for experiments #28

Closed
chandankumar4 opened this issue Oct 17, 2019 · 1 comment
Closed

(feat): Add permission field for experiments #28

chandankumar4 opened this issue Oct 17, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@chandankumar4
Copy link
Member

chandankumar4 commented Oct 17, 2019

Feature request

Why we need this

Add the permission field in the experiments spec, This field will contain the apiGroups, resources and verbs which will define the permission required to run the experiment.

experiment spec will look like

  permissions:
    apiGroups:
      - ""
      - "extensions"
      - "apps"
      - "batch"
      - "litmuschaos.io"
    resources:
      - "daemonsets"
      - "deployments"
      - "replicasets"
      - "jobs"
      - "pods"
      - "pods/exec"
      - "events"
      - "chaosengines"
      - "chaosexperiments"
      - "chaosresults"
    verbs:
      - "*"
@chandankumar4 chandankumar4 added the enhancement New feature or request label Oct 17, 2019
@chandankumar4
Copy link
Member Author

litmuschaos/litmus#858

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

No branches or pull requests

1 participant