Skip to content
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

Create ExternalAdmissionHook & Initializers for CM types #71

Closed
munnerz opened this issue Sep 9, 2017 · 1 comment
Closed

Create ExternalAdmissionHook & Initializers for CM types #71

munnerz opened this issue Sep 9, 2017 · 1 comment
Labels
area/api Indicates a PR directly modifies the 'pkg/apis' directory kind/feature Categorizes issue or PR as related to a new feature.

Comments

@munnerz
Copy link
Member

munnerz commented Sep 9, 2017

Instead of creating our own API server, it may be possible for us to use a combination of dynamic admission control (alpha in 1.7) and CRD validation (alpha in 1.8).

In order to create an External Admission Hook, we need to serve HTTPS with a signed TLS certificate. In order to automate this process and not make this a pain-point for users, I propose we use the simple CA backend to create a cert-manager 'system' CA, which it can then use to request a Certificate to serve with.

/kind enhancement
/area api

@jetstack-bot jetstack-bot added kind/enhancement area/api Indicates a PR directly modifies the 'pkg/apis' directory and removed enhancement labels Oct 23, 2017
@jetstack-bot jetstack-bot added kind/feature Categorizes issue or PR as related to a new feature. and removed kind/enhancement labels Jun 5, 2018
@munnerz
Copy link
Member Author

munnerz commented Jun 5, 2018

Closing in favour of #132

@munnerz munnerz closed this as completed Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Indicates a PR directly modifies the 'pkg/apis' directory kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants