Skip to content

Application for synchronisation YTsaurus users and groups with Microsoft Entra ID (previously Azure Active Directory) and LDAP identity sources

License

Notifications You must be signed in to change notification settings

tractoai/ytsaurus-identity-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytsaurus-identity-sync

Installing

To install application to your k8s cluster — use helm chart with something like that:

helm upgrade --install --wait \
 -f ytsaurus-identity-sync.values.yaml \
 -n idsync --create-namespace \
 idsync oci://ghcr.io/tractoai/ytsaurus-identity-sync-chart \
--version 0.2.0

Examples for helm values can be found in the examples directory.
All configuration options for app can be found in main/config.go file.

Official release

To issue an official release of app — create new release at the releases tab with some release notes.
For the app release create a tag matching pattern release/X.X.X.
For the chart release create a tag matching pattern release-helm/X.X.X. Images will be build automatically on release tag creation.

Development releases

Application docker image and helm oci images are created on each commit to the main branch and uploaded to Github Packages.
app registry
chart registry

About

Application for synchronisation YTsaurus users and groups with Microsoft Entra ID (previously Azure Active Directory) and LDAP identity sources

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages