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

Commit

Permalink
Correction in sample config file (excludePathSubstrings)
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed May 20, 2021
1 parent bf68f81 commit 47fa092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/linksmart/go-sec v1.0.1 h1:UNeRj81/KHCy4hkFcZn7x5N/nM+uNxe+xsLBQzNF7kg=
github.com/linksmart/go-sec v1.0.1/go.mod h1:bTksBzP6fCEwIM43z8m3jSRa4YIAWdUwMBYjcoftm1c=
github.com/linksmart/go-sec v1.4.0 h1:8MjTfzRc3KBpCECpNNXOBC2/zupVlplc1N5bHFABvHs=
github.com/linksmart/go-sec v1.4.0/go.mod h1:W9EZRLqptioAzaxMjWEKzd5jye53aoRzMi4KO+FCFjY=
github.com/linksmart/go-sec v1.4.1 h1:BJQ+6pIq7yFRVhZFsC2z6yXFI5CsdB6rJ3x2+ab393A=
github.com/linksmart/go-sec v1.4.1/go.mod h1:W9EZRLqptioAzaxMjWEKzd5jye53aoRzMi4KO+FCFjY=
github.com/linksmart/go-sec v1.4.2 h1:PhXpF6Gjm8/EYPUzoX0C8OJZ5FEOnS6XDtO8JHzu1hk=
github.com/linksmart/go-sec v1.4.2/go.mod h1:W9EZRLqptioAzaxMjWEKzd5jye53aoRzMi4KO+FCFjY=
github.com/linksmart/service-catalog/v3 v3.0.0-beta.1.0.20200302143206-92739dd2a511 h1:JNHuaKtZUDsgbGJ5bdFBZ4vIUlJB7EBvjLdSaNOFatQ=
Expand Down
4 changes: 2 additions & 2 deletions sample_conf/thing-directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"groups": [],
"roles": [],
"clients": [],
"denyPathSubstrings": []
"excludePathSubstrings": []
},
{
"paths": ["/td"],
Expand All @@ -50,7 +50,7 @@
"groups": ["anonymous"],
"roles": [],
"clients": [],
"denyPathSubstrings": []
"excludePathSubstrings": []
}
]
}
Expand Down

0 comments on commit 47fa092

Please sign in to comment.