zitadel/internal/api/grpc/resources
Tim Möhlmann 02c78a19c6
fix(actions-v3): check feature flag on list methods (#8595)
# Which Problems Are Solved

In actions/v3 there was no check for the feature flag on any of the:

- ListExecutionFunctions
- ListExecutionMethods
- ListExecutionServices

In the integration tests `ensureFeatureEnabled` relies on
`ListExecutionMethods` to return an error if the feature is not enabled.
This fix makes the test wait untill the feature is fully projected.

# How the Problems Are Solved

Add the feature check to all of the above methods.

# Additional Changes

- none

# Additional Context

Flaky introduced in https://github.com/zitadel/zitadel/pull/8407
2024-09-11 09:43:44 +00:00
..
action/v3alpha fix(actions-v3): check feature flag on list methods (#8595) 2024-09-11 09:43:44 +00:00
debug_events/debug_events feat: add debug events API (#8533) 2024-09-11 08:24:00 +00:00
object/v3alpha feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00
user/v3alpha chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
userschema/v3alpha chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
webkey/v3 fix(tests): check eventual web key state (#8587) 2024-09-10 11:15:25 +00:00