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
As a service provider exposing an API through an export,
I would like to change the validation rules for an existing field in my API
In order to better support the features I provide
Proposed Solution
We need to support:
marking an optional field required
marking a required field optional
adding validation to data that was previously weakly-specified
removing validation from data that was strongly validated
We expect to support all of the following patterns:
Feature Description
As a service provider exposing an API through an export,
I would like to change the validation rules for an existing field in my API
In order to better support the features I provide
Proposed Solution
We need to support:
We expect to support all of the following patterns:
n
sha256~
: https://github.com/openshift/enhancements/blob/master/enhancements/authentication/oauth-resource-storage.md#proposalAlternative Solutions
No response
Want to contribute?
Additional Context
Extracted from this design doc.
The text was updated successfully, but these errors were encountered: