Skip to content

Commit 0d88a93

Browse files
committed
SPIRE option
1 parent 0829870 commit 0d88a93

File tree

1 file changed

+2
-0
lines changed
  • docs/proposals/control-data-plane-split

1 file changed

+2
-0
lines changed

docs/proposals/control-data-plane-split/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ default, NGF should generate the default certificates and keypair during install
153153

154154
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.
155155

156+
Or we could use SPIRE, which might automate all of this. Potential downside is the need for `hostPath` mounting, which is a security concern.
157+
156158
#### Certificate Rotation
157159

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

0 commit comments

Comments
 (0)