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: adding the bucket and policy rest template #3374

Merged
merged 21 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: update permission for new api
  • Loading branch information
Hardikl committed Dec 10, 2024
commit 3dd554d4ca0c565766d92e251d27a5084ace107e
4 changes: 2 additions & 2 deletions conf/rest/9.6.0/clusterschedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object: cluster_schedule

counters:
- ^^uuid => uuid
- ^crone => crone
- ^cron => cron
- ^name => name
- ^svm.name => svm
- ^type
Expand All @@ -15,6 +15,6 @@ export_options:
- name
- type
instance_labels:
- crone
- cron
- svm

1 change: 1 addition & 0 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ security login rest-role create -role harvest2-rest-role -access readonly -api /
security login rest-role create -role harvest-rest-role -access readonly -api /api/security/login/messages
security login rest-role create -role harvest-rest-role -access readonly -api /api/security/ssh
security login rest-role create -role harvest-rest-role -access readonly -api /api/snapmirror/relationships
security login rest-role create -role harvest-rest-role -access readonly -api /api/snapmirror/policies
security login rest-role create -role harvest-rest-role -access readonly -api /api/storage/aggregates
security login rest-role create -role harvest-rest-role -access readonly -api /api/storage/disks
security login rest-role create -role harvest-rest-role -access readonly -api /api/storage/flexcache/flexcaches
Expand Down
Loading