Private GIT

Skip to content
Snippets Groups Projects
Commit 2918bca7 authored by Dennis Lutter's avatar Dennis Lutter
Browse files

activate authentication on /api/builder

parent 4b675f08
Branches
Tags
No related merge requests found
...@@ -88,6 +88,11 @@ def initWebServer(options = {}): ...@@ -88,6 +88,11 @@ def initWebServer(options = {}):
}, },
'/api':{ '/api':{
'tools.auth_basic.on': False 'tools.auth_basic.on': False
},
'/api/builder':{
'tools.auth_basic.on': True,
'tools.auth_basic.realm': 'SickBeard',
'tools.auth_basic.checkpassword': checkpassword
} }
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment