-
Notifications
You must be signed in to change notification settings - Fork 33
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 support for enabling the spire-agent admin socket #234
Conversation
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
ac982ce
to
082db61
Compare
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
…helm-charts-hardened into spire-agent-admin-socket
@edwbuck Can you take a look and see if this works for you? |
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
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 don't see any checks to ensure that the agent admin socket is not in the same directory (or a sub directory) of the agent socket.
Considering that when someone configures this with the agent admin socket in the same directory or below the agent socket directory the agent won't launch, I think we should handle this misconfiguration in the helm template (rather than let them publish the wrong values and watch their agents enter a crash loop).
@kfox1111 I think this is a good one to include. Do you have the bandwidth to address? If not I can push a commit that does this check. |
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
I have added this test. |
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.
approved
* 5849ea2 add pod labels to spire server values (#271) * f512b06 Configurable daemonsets updateStrategy (#212) * a539065 Add direct tpm support for spire-agent (#216) * fcd0c11 Add direct tpm support for spire-server (#211) * c570174 Enable CA settings via global (#268) * ac83694 Initial SPIRE 1.9.0 support (#262) * ddb4eff Bump test chart dependencies (#263) * bfbafbc Fix OpenShift Federation Ingress bug (#260) * a0baace Upgrade to spire-controller-manager 0.4.3 (#258) * 1446f7e Add support for specifying agent authorized_delegates (#255) * 0b6cd88 Add support for specifying server admin_ids (#254) * 07a1c39 Add global override for kubectl tag (#251) * b82a84d Bump test chart dependencies (#252) * 7a1e731 Bump test chart dependencies (#246) * a706063 make audit_log_enabled configurable (#241) * 34a39cb Added emptyDir volume to spire-agent SCC (#243) * a2e5a4e Add support for enabling the spire-agent admin socket (#234) * febdcbf Fix whitespace in spire-agent daemonset Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* beda725 Add pod labels to the SPIRE agent (#273) * 077f152 Bump test chart dependencies (#272) * 5849ea2 add pod labels to spire server values (#271) * f512b06 Configurable daemonsets updateStrategy (#212) * a539065 Add direct tpm support for spire-agent (#216) * fcd0c11 Add direct tpm support for spire-server (#211) * c570174 Enable CA settings via global (#268) * ac83694 Initial SPIRE 1.9.0 support (#262) * ddb4eff Bump test chart dependencies (#263) * bfbafbc Fix OpenShift Federation Ingress bug (#260) * a0baace Upgrade to spire-controller-manager 0.4.3 (#258) * 1446f7e Add support for specifying agent authorized_delegates (#255) * 0b6cd88 Add support for specifying server admin_ids (#254) * 07a1c39 Add global override for kubectl tag (#251) * b82a84d Bump test chart dependencies (#252) * 7a1e731 Bump test chart dependencies (#246) * a706063 make audit_log_enabled configurable (#241) * 34a39cb Added emptyDir volume to spire-agent SCC (#243) * a2e5a4e Add support for enabling the spire-agent admin socket (#234) * febdcbf Fix whitespace in spire-agent daemonset Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* beda725 Add pod labels to the SPIRE agent (#273) * 077f152 Bump test chart dependencies (#272) * 5849ea2 add pod labels to spire server values (#271) * f512b06 Configurable daemonsets updateStrategy (#212) * a539065 Add direct tpm support for spire-agent (#216) * fcd0c11 Add direct tpm support for spire-server (#211) * c570174 Enable CA settings via global (#268) * ac83694 Initial SPIRE 1.9.0 support (#262) * ddb4eff Bump test chart dependencies (#263) * bfbafbc Fix OpenShift Federation Ingress bug (#260) * a0baace Upgrade to spire-controller-manager 0.4.3 (#258) * 1446f7e Add support for specifying agent authorized_delegates (#255) * 0b6cd88 Add support for specifying server admin_ids (#254) * 07a1c39 Add global override for kubectl tag (#251) * b82a84d Bump test chart dependencies (#252) * 7a1e731 Bump test chart dependencies (#246) * a706063 make audit_log_enabled configurable (#241) * 34a39cb Added emptyDir volume to spire-agent SCC (#243) * a2e5a4e Add support for enabling the spire-agent admin socket (#234) * febdcbf Fix whitespace in spire-agent daemonset Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Fixes: #224