-
Notifications
You must be signed in to change notification settings - Fork 530
openstack-self-signed-certificates #191
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
openstack-self-signed-certificates #191
Conversation
|
/label platform/openstack |
|
@iamemilio: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eparis, iamemilio The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks so much for writing this - even after-the-fact it's quite useful as it serves as a central reference point for the change, is useful to docs writers and release notes, etc. |
|
|
||
| 1. It is possible to give services authorization/credentials that they dont need and shouldnt have, and this may pose a security risk. | ||
|
|
||
| > To prevent this, we make sure that only services that need the CA cert get access to it, and the cert we pass them only has the CA cert in it. |
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.
This is just the serve cert, right? There's no way to leverage that for privilege escalation is there, even if it was world-readable? If this was about client TLS certs/keys, that would be different, but as far as I can tell client-side auth is not covered in this enhancement.
|
|
||
| ### Upgrade / Downgrade Strategy | ||
|
|
||
| This should not affect the Upgrade/Downgrade functionality. |
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.
Well, it will break downgrade if you go from a 4.4 cluster that depends on this functionality to a 4.3 cluster that does not support it. That's generally true of features that add core functionality, but maybe still worth calling out here.
Support for user CA certs on the openstack platform