Source: golang-github-futurfusion-openfga-sync
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-go,
               golang-any,
               golang-github-go-ldap-ldap-dev,
               golang-github-openfga-go-sdk-dev,
               golang-go.yaml-yaml-v4-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-futurfusion-openfga-sync
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-futurfusion-openfga-sync.git
Homepage: https://github.com/FuturFusion/openfga-sync
XS-Go-Import-Path: github.com/FuturFusion/openfga-sync

Package: golang-github-futurfusion-openfga-sync-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-go-ldap-ldap-dev,
         golang-github-openfga-go-sdk-dev,
         golang-go.yaml-yaml-v4-dev
Description: Synchronization tool for authorization sources and OpenFGA (library)
 openfga-sync is a daemon which synchronizes identity providers with the
 OpenFGA stores used by Incus, Operations Center and Migration Manager
 for authorization.
 .
 It pulls group and role information from a number of data sources and
 converts it into OpenFGA relationship tuples, granting users access to
 the matching deployments, e.g. Incus projects on every cluster where
 those projects exist.
 .
 This package contains the openfga-sync source code for use in building
 other Debian packages -- normal users should not directly use this
 package in their regular development workflow. Rather, they should use
 `go get`.
