zitadel-actions-manager 0.5.4

Sync v1 and v2 Zitadel IdP actions defined in a declarative way
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2025 Famedly GmbH (info@famedly.com)
#
# SPDX-License-Identifier: Apache-2.0

- condition: {event: {event: user.human.added }}
  targets: [test_targetius]

- condition: {request: {method: /zitadel.user.v2.UserService/AddHumanUser}}
  targets: [test_targetius]