Delegate secret generation to remote ESO clusters via federated HTTP calls.
Key | Description |
---|---|
<key> | The output keys returned by the federated generator (dynamic per target) |
Field | Default | Description |
---|---|---|
server.url | - | URL of the remote federation server (usually another ESO instance). |
generator.namespace | - | Namespace of the generator in the remote cluster. |
generator.kind | - | Kind of the generator in the remote cluster (e.g., Password , MongoDB , SSH ). |
generator.name | - | Name of the generator object to call in the remote cluster. |
auth.tokenSecretRef | - | Kubernetes secret reference containing a Bearer token used for authenticating with the federation server. |
auth.caCertSecretRef | Optional | Kubernetes secret reference containing a CA certificate to validate TLS connections with the federation server. |
remote-cluster
)auth.tokenSecretRef
must contain a valid Bearer token accepted by the remote server.DELETE
request is issued to the same URL.