Skip to content

Commit

Permalink
doc: add ems permissions for Rest least privilege approach (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored Aug 6, 2024
1 parent 3b657a4 commit 0a2d140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,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/support/autosupport
security login rest-role create -role harvest-rest-role -access readonly -api /api/support/ems/destinations
security login rest-role create -role harvest-rest-role -access readonly -api /api/support/ems/events
security login rest-role create -role harvest-rest-role -access readonly -api /api/support/ems/messages
security login rest-role create -role harvest-rest-role -access readonly -api /api/svm/peers
security login rest-role create -role harvest-rest-role -access readonly -api /api/svm/svms

Expand Down
2 changes: 1 addition & 1 deletion integration/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ pipeline {
rm -f docker_logs.zip
zip -r docker_logs.zip /var/log/harvest
cd $WORKSPACE/docker
docker ps -q | xargs docker stop | xargs docker rm --force
ANALYZE_DOCKER_LOGS=1 bash $WORKSPACE/harvest/integration/test/test.sh
docker ps -q | xargs docker stop | xargs docker rm --force
"""
archiveArtifacts artifacts: "docker_logs.zip", fingerprint: true
}
Expand Down

0 comments on commit 0a2d140

Please sign in to comment.