Skip to content
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

Input validation #199

Open
3 tasks
FRosner opened this issue Feb 1, 2017 · 0 comments
Open
3 tasks

Input validation #199

FRosner opened this issue Feb 1, 2017 · 0 comments
Labels
Milestone

Comments

@FRosner
Copy link
Owner

FRosner commented Feb 1, 2017

Problem

We need a flexible way to perform input validation. It should cover cases where we want to

  • restrict parameters to a certain set of values
  • validate data types (URLs, dates, numbers, etc.)
  • can we have special validations depending on the type (e.g. only dates that are mondays or only absolute paths in a path field)?
  • can we have custom built validations (e.g. as code)?

It needs to be as flexible as possible to configure (so you don't have to request a new feature but can just add your own validation rules) and it should be possible to apply it based on (a combination) of the following:

  • users
  • roles
  • templates
  • instances
  • parameter names
  • ...?

Having the instanceRegex is actually just a special case of input validation based on the user.

Solution

Maybe we can cover most of these cases by

@FRosner FRosner added this to the 0.7.0 milestone Feb 1, 2017
@FRosner FRosner modified the milestones: 0.7.0, 0.8.0 Aug 10, 2017
@FRosner FRosner modified the milestones: 0.8.0, 0.9.0 Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant