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.

Free(BSD)
Search for duplicated files

This will be short (but hopefully I will find more time to show entire process to search duplicated files together with some examples). In case you are searching for duplicated files I can recommend two software which actually rocks in openSource world

Azure
NFS issue, cannot be mounted or is not visible

The same kind of issue I have encountered numerous times while working across different environments and with various customers. The problem with NFS mounts connected from remote locations is so common. This issue extends beyond communication solely over WAN and also include connections between datacenters (DC) where we lack control …

Azure
Why Firefox is important and people should use this browser in 2024, my thoughts.

Can you remember the times when everyone was using Internet Explorer? Back in the ’90s and the early part of this century, Internet Explorer dominated the browser market. Software Incompatibility with Other Browsers Incompatibility issues with software and other browsers have been a persistent problem. Even in 2022, this remains …