Skip to content

Commit

Permalink
remove the default secrets from the json template
Browse files Browse the repository at this point in the history
This is to ensure that we don't create a heketi container with default
secrets.

Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur authored and jarrpa committed Jul 18, 2019
1 parent ca06b77 commit 14017ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/heketi.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"jwt" : {
"_admin" : "Admin has access to all APIs",
"admin" : {
"key" : "My Secret"
"key" : ""
},
"_user" : "User only has access to /volumes endpoint",
"user" : {
"key" : "My Secret"
"key" : ""
}
},

Expand Down

0 comments on commit 14017ac

Please sign in to comment.