Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Group sync API + CLI CRUD #14626

Closed
Closed
Assignees
aslilacEmyrk
Labels
multi-orgtemporary label for multiple organizations related workneed-backendIssues that need backend work
@Emyrk

Description

@Emyrk

Implement api interface for group sync settings crud. Group sync settings are now configured in the database and mutable at runtime.

Requires api endpoint to set and read the group sync runtime settings.

The code to interact with the settings from an api handler:

settings:=api.IDPSync.GroupSyncSettings()rlv:=api.Options.RuntimeConfig.OrganizationResolver(db,org.ID)err:=settings.SetRuntimeValue(ctx,rlv,&idpsync.GroupSyncSettings{// Values})

The problem we currently have is the RBAC story is not fully fleshed out. The current authz call isResourceSystem:

func (q*querier)UpsertRuntimeConfig(ctx context.Context,arg database.UpsertRuntimeConfigParams)error {
iferr:=q.authorizeContext(ctx,policy.ActionCreate,rbac.ResourceSystem);err!=nil {
returnerr
}
returnq.db.UpsertRuntimeConfig(ctx,arg)
}

Metadata

Metadata

Assignees

Labels

multi-orgtemporary label for multiple organizations related workneed-backendIssues that need backend work

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp