You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"title": "Authorization protected",
|
|
|
|
"users": {
|
|
|
|
"test": "2bb80d537b1da3e38bd30361aa855686bde0eacd7162fef6a25fe97bf527a25b",
|
|
|
|
"test2": "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
|
|
|
|
},
|
|
|
|
"forms": [
|
|
|
|
{
|
|
|
|
"name": "do_nothing",
|
|
|
|
"title": "Test form",
|
|
|
|
"description": "All users that logged in should be able to see this.",
|
|
|
|
"submit_title": "Do nothing",
|
|
|
|
"script": "job_do_nothing.sh",
|
|
|
|
"fields": [
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "only_some_users",
|
|
|
|
"title": "Only some users",
|
|
|
|
"description": "You should only see this if you're user 'test2'",
|
|
|
|
"submit_title": "Do nothing",
|
|
|
|
"script": "job_do_nothing.sh",
|
|
|
|
"allowed_users": ["test2"],
|
|
|
|
"fields": [
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|