Establish Trust Between Hosts in a vSphere Trust Authority Cluster and a Workload vCenter Server
vSphere Trust Authority
Cluster and a Workload vCenter Server
You can use
the
to perform trust management operations.ConsumerPrincipals
interface from
the
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters
package- Verify that you have access to a workingvSphere Trust Authorityenvironment.
- Verify that you have Trusted Infrastructure administrative privileges.
You can establish and remove trust between a
Workload
vCenter Server
and the hosts
in a vSphere Trust Authority
Cluster. You can also list all Workload vCenter Server
instances that have established trust with the host in a
vSphere Trust Authority
Cluster. - Establish trust between avSphere Trust AuthorityCluster and a WorkloadvCenter Serverby creating a profile, so that the WorkloadvCenter Servercan retrieve the health status of thevSphere Trust Authoritycomponentsby calling the.create_Task(java.lang.String cluster, ConsumerPrincipalsTypes.CreateSpec spec)method of theConsumerPrincipalsinterface
- Remove the trust between a WorkloadvCenter Serverand the hosts in thevSphere Trust AuthorityCluster, so that the WorkloadvCenter Serverstops using the hosts for attestationby calling the.delete_Task(java.lang.String cluster, java.lang.String profile)method of theConsumerPrincipalsinterface
- List all profiles which thevSphere Trust AuthorityCluster trustsby calling the.list_Task(java.lang.String cluster, ConsumerPrincipalsTypes.FilterSpec spec)method of theConsumerPrincipalsinterface