Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
disable auth in sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Jun 9, 2021
1 parent f62ea7a commit a85b71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_conf/thing-directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"certFile": "./tls/cert.pem"
},
"auth": {
"enabled": true,
"enabled": false,
"provider": "keycloak",
"providerURL": "https://provider-url",
"clientID": "sampleTD",
"basicEnabled": false,
"authorization": {
"enabled": true,
"enabled": false,
"rules": [
{
"paths": ["/td"],
Expand Down

0 comments on commit a85b71b

Please sign in to comment.