-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
Signed-off-by: Maia Iyer <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
# Server plugin: SPIRECRDManager | ||
|
||
Note the SPIRECRDManager is an optional plugin. This plugin enables the creation of SPIRE CRDs on the cluster Tornjak is deployed on. | ||
Note the SPIRECRDManager is an optional plugin. This plugin enables the creation of SPIRE CRDs on the cluster Tornjak is deployed on. It enables the following API calls: | ||
|
||
- `GET /api/v1/spire-controller-manager/clusterfederatedtrustdomains` | ||
|
||
> [!IMPORTANT] | ||
Check failure on line 7 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
Check failure on line 7 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
|
||
> This plugin requires | ||
Check failure on line 8 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
Check failure on line 8 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
|
||
> 1. That Tornjak is deployed in the same cluster as the relevant CRDs as it uses its own service account token to talk to the kube API server. | ||
Check failure on line 9 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
Check failure on line 9 in docs/plugin_server_spirecrd.md GitHub Actions / lintLists should be surrounded by blank lines
Check failure on line 9 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
Check failure on line 9 in docs/plugin_server_spirecrd.md GitHub Actions / lintLists should be surrounded by blank lines
|
||
> 2. That the proper permissions are given to the Service Account token that Tornjak will use. Current Helm charts deploy SPIRE Controller manager and Tornjak in the same pod as the SPIRE server, so no extra configuration is necessary if deployed this way. | ||
Check failure on line 10 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
Check failure on line 10 in docs/plugin_server_spirecrd.md GitHub Actions / lintTrailing spaces
|
||
The configuration has the following key-value pairs: | ||
|
||
|