-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add marker for Trigger to mark OIDCIdentity
condition as not supported
#7316
Add marker for Trigger to mark OIDCIdentity
condition as not supported
#7316
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7316 +/- ##
=======================================
Coverage 77.54% 77.55%
=======================================
Files 250 250
Lines 13529 13533 +4
=======================================
+ Hits 10491 10495 +4
Misses 2514 2514
Partials 524 524
☔ View full report in Codecov by Sentry. |
/retest |
/cc @pierDipi |
@pierDipi could you recheck? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Proposed Changes
In #7299 we introduced a new Trigger condition type (
OIDCIdentityCreated
) to mark if the Triggers OIDC identity was created successfully.Anyhow not all broker classes support the OIDC authentication yet and mark their Triggers
OIDCIdentityCreated
as true as they either created the identity or didn't create it as the feature is disabled.These broker classes could mark their Triggers
OIDCIdentityCreated
condition as ready, but with the message "OIDC feature not supported yet".This PR addresses it and adds helper methods to set the condition accordingly.