Skip to content

replicatedhq/ldap-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replicated LDAP Example App

This Replicated app demonstrates how LDAP sync functionality can be implemented with Provisioning API.

Building

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.

Creating the 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published