-
Notifications
You must be signed in to change notification settings - Fork 170
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
PoC of managing certificates with cert-manager #577
base: master
Are you sure you want to change the base?
Conversation
@@ -39,7 +39,7 @@ spec: | |||
name: wazuh-conf | |||
- name: filebeat-certs | |||
secret: | |||
secretName: indexer-certs | |||
secretName: fliebeat-tls |
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.
Hello, I tried these changes, and I spotted this typo for the secret name here.
Normal Scheduled 31s default-scheduler Successfully assigned wazuh/wazuh-manager-worker-0 to node1
Warning FailedMount 15s (x6 over 30s) kubelet MountVolume.SetUp failed for volume "filebeat-certs" : secret "fliebeat-tls" not found
Should be filebeat-tls
Thank you
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.
@nicolasjulian Thank you very much for the comments. I will check and fix.
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.
thanks. Could you make another try please?
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.
Hello,
Everything looks good on my end. I've but I corrected a typo locally. However, I noticed that for the current stable image version 4.7.3, the configuration mismatch is (( this is before your latest commit )):
uiSettings.overrides.defaultRoute: /app/wazuh
Is there has been a change to the default route in newer versions? in 4.9.0?
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.
@nicolasjulian could you test once more please? If the path should be changed, I can do it.
Signed-off-by: George Gaál <[email protected]>
@CarlosALgit Hi! Could you kindly review the PR and give your feedback? |
Also, to make vulnerability detection work, the config file for the master and worker pod also needs to be changed
this part is using the original certificate path and should be changed to
|
@zznyjidi thanks, I will fix. |
Signed-off-by: George Gaál <[email protected]>
@zznyjidi kindly check. |
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.
Amazing work. Can't wait to see this merged!
Been trying to offload certs to separate secret store and sync them with external-secrets to implement this gitops way, stumbling on every possible occasion. This can't come soon enough. |
@AurimasNav Hi! Could I help somehow? |
This PR closes #576