AWS Directory Service for Cloud Director Service

CDS – Cloud Director Services – SaaS implementation of Cloud Director for VMware Cloud Providers that can be connected to VMware in AWS (VMC) and provide the interface to the customer to manage their infrastructure.

CDS is a brilliant service which saves a lot of time when compared to the Cloud Director in the on-premise environment in terms of maintaining and resolving potential issues.

CDS takes the whole advantage of VMC to the next level where the VMC environment can be divided between customers, departments, etc, with the advantage of having super fast, highly scalable, implemented according to the best practices VMware implementation in Public Cloud.

Anyway, CDS similarly to the Cloud Director (on-prem) will need infrastructure services that can fulfill all the requirements. One of such services is authentication. In on-prem we can potentially (and usually) use Microsoft AD. In the cloud we can of course do the same, but why don’t we use native cloud services. 

Our target is to use a single authentication service for CDS and vCenter (in VMC).

The challenge here is that CDS can use:

  • vCenter supports Active Directory, AD over LDAP and OpenLDAP

  • CDS supports SAML, Active Directory and OpenLDAP

In this scenario we will use the following components:

  • CDS – Cloud Directory Service (VMware Cloud Director as a Service)
  • VMC/vCenter – VMware Cloud on AWS
  • Network Load Balancer
  • AWS simple AD
  • Route 53 record
  • LDAPS client – to verify communication
  • Certificate manager

Proposed implementation is represented on the following schema:

  • Client – CDS/vCenter (others) sends LDAPS request on tcp port 636 (default)
  • NLB terminates the SSL/TSL traffic using the certificate and sends the decrypted LDAP traffic to AD (simple) using tcp/389
  • Simple AD sends respond to NLB where it is encrypted and send to the client

Troubleshooting:

  • Ticket to VMware – open outside communication
  • openssl s_client -connect
  • ldapsearch -D "Admin@youdomain.domain" -H 'ldaps://yourdomain.domain' -b "dc=yourdomain,dc=domain" -W -s base '(objectclass=*)' -vvv -x -Z

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

VMware
VCF, backup configuration

Backup implementation for VMware component is fairly easy. Just the requirements is to configure SFTP server in proper way and make it network available to the VMware components. SDDC Manager and NSX Manager backup In VCF Operations it is possible to configure backup for SDDC Manager and NSX Manager. Go …

VMware
VCF Automation, fresh environment configuration with identity providers and access control.

Introduction Login Login as user admin to the Organization name: system or if selected manual: Check the connections (in Administration section), where you should see connection to the vCenter and NSX-t manager as those are provided automatically via VCF Operations: the same for VCF Instances: Also check your networking: Identity …

VMware
VCF SoS

SoS (Supportability and Serviceability) command can be used for troubleshooting purpose to generate VCF (per component) log bundle, massively enable/disable ssh service on ESXi, vCenter, password and certificates expiry status, verify cluster health and many other. while troubleshooting, the following commands can be helpful: