Skip to content

Commit

Permalink
SPIRE option
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman committed Nov 25, 2024
1 parent 0829870 commit 0d88a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/proposals/control-data-plane-split/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ default, NGF should generate the default certificates and keypair during install

Using cert-manager may also be an easy option to reduce the burden of installing and rotating Secrets. A user would need to install this before NGF, and ensure they create agent Secrets before deploying their Gateway resource. We could also tie the NGF control plane directly into cert-manager so that our control plane could create the agent Secrets for the user when they create a Gateway resource, further reducing the burden on the user.

Or we could use SPIRE, which might automate all of this. Potential downside is the need for `hostPath` mounting, which is a security concern.

#### Certificate Rotation

Kubernetes automatically updates mounted Secrets when the content changes, but the control plane
Expand Down

0 comments on commit 0d88a93

Please sign in to comment.