Files
teleport/lib/plugins/doc.go
T
Sakshyam Shah d9ea7f5010 adds PluginSyncFilter proto and matcher for entra id groups filtering (#58909)
* adds Entra ID sync setting group_filters field of PluginSyncFilter type

* define JSON marshaller for oneof fields

* adds filter matcher

* fix typo

* empty filter considered a wildcard match

* use typed param instead of generic

* err on unknown filter validation

* add ErrUnknownFilter type, fix test

* fix linter warnings
2025-09-16 19:13:54 +00:00

19 lines
814 B
Go

// Teleport
// Copyright (C) 2025 Gravitational, Inc.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// Package plugins contains codes used by hosted or self-hosted Plugins.
package plugins