-
Notifications
You must be signed in to change notification settings - Fork 3
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 security settings #25
Add security settings #25
Conversation
8aaf6a8
to
e0c841d
Compare
e0c841d
to
97dab0f
Compare
a695c57
to
c64c26d
Compare
4bb18a7
to
a6f71ba
Compare
a6f71ba
to
5ba423f
Compare
7f63791
to
8cdea45
Compare
5c4a33f
to
7ac4ac4
Compare
7ac4ac4
to
bbff857
Compare
@@ -16,6 +16,7 @@ jobs: | |||
run: | | |||
sudo snap install yq | |||
sudo snap install rockcraft --classic --edge --revision=687 | |||
sudo snap install charmcraft --classic --revision 1349 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noob question: why different charmcraft here than in integration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK it is actually the same version, but in this case we install it while in case of integration test we update the installed one
# enable security monitoring | ||
rocks=usr/share/rocks/ | ||
mkdir -p ${rocks} | ||
## for deb packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit can we have enters after the comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try but linter was complaining about those
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm maybe we can copy the linter from opensearch? they seem to have less problems, and then you could have the dpkg command the way you originally intended?
(doesn't have to be now) but would be good long term if we had our linters alligned across products on the NoSQL team
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like opensearch rock does not have a linter (if I am not missing anything)
The goal of this PR is:
1.Add required security Manifests to ROCK
2. Remove util-linux deb since it is packaged in the snap that the ROCK is based off