containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

EKS [request]: Allow Access to AdmissionConfiguration using --admission-control-config-file in CreateCluster API

Open pptb-aws opened this issue 1 year ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request What do you want us to build?

Allow AdmissionConfigurations to be set by allowing files to be passed to --admission-control-config-file to configure AdmissionConfigurations.

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

The main AdmissionConfiguration this is for is the PodSecurityConfiguration however there are a lot of others that this could impact.

By not having this feature the only way to configure pod security is by Namespace

Are you currently working around this issue? How are you currently solving this problem?

By making changes by Namespace

Additional context Anything else we should know?

This is likley to be more relevent as PodSecurity was changed in 1.23 by activating the PodSecurity feature gate and removing podsecuritypolicy.

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

pptb-aws avatar Aug 31 '22 18:08 pptb-aws