This Replicated app demonstrates how LDAP sync functionality can be implemented with Provisioning API.
Ensure that GOPATH is set.
GOOS=linux go build .
docker build -t registry.replicated.com/<slug>/ldap-app:0.1 .
docker push registry.replicated.com/<slug>/ldap-app:0.1
<slug>
is unique for every Replicated app. It can be found on the Images
page in Vendor Web for each app.
- Create a new app in Vendor Web.
- Create a new release and copy the contents of the replicated.yaml file.
- Promote the release to a channel.
- Create and download a license assigned to this channel
- Install Replicated following these instructions.
- Once the license is installed, configure LDAP settings and start the app.