Remove region from awsiid node attestor (#630)
* Remove spire-server.nodeAttestor.awsIID.region Signed-off-by: Eric Cavalcanti <[email protected]> * Remove spire-server.nodeAttestor.awsIID.region Signed-off-by: Eric Cavalcanti <[email protected]> * Remove spire-server.nodeAttestor.awsIID.region Signed-off-by: Eric Cavalcanti <[email protected]> * Update README.md Signed-off-by: Eric Cavalcanti <[email protected]> --------- Signed-off-by: Eric Cavalcanti <[email protected]>
This commit is contained in:
@@ -398,7 +398,6 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
|
||||
| `nodeAttestor.tpmDirect.cas` | A dictionary of TPM CA PEM or DER files that are allowed to connect. | `{}` |
|
||||
| `nodeAttestor.tpmDirect.hashes` | A list of TPM hashes that are allowed to connect. | `[]` |
|
||||
| `nodeAttestor.awsIID.enabled` | Enable the aws_iid node attestor | `false` |
|
||||
| `nodeAttestor.awsIID.region` | AWS region to use for the attestation | `""` |
|
||||
| `nodeAttestor.awsIID.assumeRole` | AWS IAM Role NAME to use for the attestation | `""` |
|
||||
| `bundlePublisher.k8sConfigMap.enabled` | Enable local k8s bundle uploader | `true` |
|
||||
| `bundlePublisher.k8sConfigMap.namespace` | Namespace to push the bundle into, if blank will default to SPIRE Server namespace | `""` |
|
||||
|
||||
@@ -226,7 +226,6 @@ plugins:
|
||||
{{- if eq (.enabled | toString) "true" }}
|
||||
aws_iid:
|
||||
plugin_data:
|
||||
region: {{ .region | quote }}
|
||||
{{- if ne .assumeRole "" }}
|
||||
assume_role: {{ .assumeRole | quote }}
|
||||
{{- end }}
|
||||
|
||||
@@ -980,8 +980,6 @@ nodeAttestor:
|
||||
awsIID:
|
||||
## @param nodeAttestor.awsIID.enabled Enable the aws_iid node attestor
|
||||
enabled: false
|
||||
## @param nodeAttestor.awsIID.region AWS region to use for the attestation
|
||||
region: ""
|
||||
## @param nodeAttestor.awsIID.assumeRole AWS IAM Role NAME to use for the attestation
|
||||
assumeRole: ""
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ The AWS IID node attestor can be configured with the following properties:
|
||||
| Parameter | Description | Default |
|
||||
|-------------------------------|-----------------------------------------------------|---------|
|
||||
| **nodeAttestor.awsIID.enabled** | Enable the AWS IID node attestor | false |
|
||||
| **nodeAttestor.awsIID.region** | AWS region to use for the attestation | "" |
|
||||
| **nodeAttestor.awsIID.assumeRole** | AWS IAM Role NAME to use for the attestation | "" |
|
||||
|
||||
### Sample Configuration
|
||||
|
||||
Reference in New Issue
Block a user