Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: prabhaker24 <[email protected]>
  • Loading branch information
prabhaker24 committed Jan 25, 2021
1 parent fe86d8d commit 4333ee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Below is how we can create secret and expose them as file for Auth related prope

1. Create a File containg `controller.security.auth.delegationToken.signingKey.basis` as `delegationToken.signingKey.basis` which represent the tokensigning key used to connect to the controller:

Sample encrypted password file:
```
$ cat controllerauthdata.txt
delegationToken.signingKey.basis: "secret"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/pravega/pravega_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var _ = Describe("Controller", func() {
Authentication: &v1beta1.AuthenticationParameters{
Enabled: true,
PasswordAuthSecret: "authentication-secret",
ControllerTokenSecret: "controllerauthsecret",
ControllerTokenSecret: "controllerauth-secret",
},
}
p.WithDefaults()
Expand Down

0 comments on commit 4333ee9

Please sign in to comment.