knative-extensions / security-guard

Runtime security plug to protect user containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes support no longer works out of the box with 0.4

davidhadas opened this issue · comments

Kubernetes support no longer works out of the box with 0.4

Auth added in version 0.4 relies on the secret being available

  1. Yaml refers to the cert secret though Kubernetes default should be NoAuth
  2. No documentation to move to TLS + Auth, no way to create the cert Secret

yamls need refactoring -

  1. TLS support needs to be removed from the default ymals
  2. Need documentation (and tooling) for adding TLS to and using Kubernetes mode