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 thefqdn
for the actual resource, aKMS
in this case.port
: the port for theKMS
which will be used for the connection.type
: The type of connection, this can be one ofproxy
default
enclave
Theproxy
indicates 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.