Extended Registry configuration
Note
We are actively pursuing to remove the Registry to simplify BOSH architecture.
Default configuration typically uses Registry and defaults it to IP source authentication. Due to certain networking configurations (NAT) IP source authentication may not work correctly, hence switching to basic authentication is necessary.
-
Configure the Registry and the OpenStack CPI to use basic authentication by setting
registry.endpoint
properties: registry: address: PRIVATE-IP host: PRIVATE-IP db: *db http: {user: admin, password: admin-password, port: 25777} username: admin password: admin-password port: 25777 endpoint: http://admin:admin-password@PRIVATE-IP:25777 # <---
-
Deploy the Director