Attestation proxy configuration for the enclave
- fqdn: kms.us-east-2.amazonaws.com
port: 443
type: proxy
proxyUrl: http://oblv-attestation-proxy.yourdomain.com
attestationPort: 12008
attestationIntervalSeconds: 60
Here,
fqdn: indicates thefqdnfor the actual resource, aKMSin this case.port: the port for theKMSwhich will be used for the connection.type: The type of connection, this can be one ofproxydefaultenclaveTheproxyindicates that to access this resource, the enclave needs to use an attestation proxy.
proxyUrl: Url for the attestation proxy, which will be used to perform the attestation.attestationPort: It's the port for the attestation proxy, which will be used to perform attestation. The enclave will send the attestation request to the attestation proxy on this port.attestationIntervalSeconds: The time interval in seconds for the enclave to perform periodic attestation with the attestation proxy.