View Details of a Specific Cloud Access Configuration
view cloud access configuration details
You can view the details of a specific cloud access configuration.
CLI Instructions
wf get cloudaccessconfig NAME -w admin
To view the details of a specific cloud access configuration, use the wf get cloudaccessconfig NAME
command. Use the -o yaml
flag to output the yaml to console.
wf get cloudaccessconfig az-private-link -w admin -o yaml
apiVersion: cloudaccess.appvia.io/v2beta2
kind: CloudAccessConfig
metadata:
name: az-private-link
namespace: ws-admin
spec:
azure:
subscription: 12345670-abcd-12ef-gh34-567890ijkl12
tenantID: 7a712345-b123-4d12-abcd-b09876543210
cloud: azure
cloudIdentityRef:
name: cloudidentity-azure
namespace: ws-admin
permissions:
- permission: PrivateLinkManager
type: NetworkPrivateLinks
Web Interface Instructions
Steps
- Expand Admin, and then navigate to Cloud > Access
- You are presented with a table listing all the cloud access configurations.
- Click on the name of the cloud access configuration to see the details.
Screenshot(s)