You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we made authenticate options of the CRD optional when hosted authenticate was introduced, it is now possible to set identityProvider portion of the CRD without filling in authenticate portion.
This configuration would be applied, as CRD rules cannot prevent it now, although it's fundamentally incorrect, and will cause some side effects.
What did you expect to happen?
Such configuration should be rejected, and an error set to the CRD /status section.
The text was updated successfully, but these errors were encountered:
What happened?
we made
authenticate
options of the CRD optional when hosted authenticate was introduced, it is now possible to setidentityProvider
portion of the CRD without filling inauthenticate
portion.This configuration would be applied, as CRD rules cannot prevent it now, although it's fundamentally incorrect, and will cause some side effects.
What did you expect to happen?
Such configuration should be rejected, and an error set to the CRD
/status
section.The text was updated successfully, but these errors were encountered: