Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit 05ce750

Browse files
authored
Merge pull request #16 from tyrannosaurus-becks/update-readme
Update README to Vault 1.0
2 parents e03498b + b9533ff commit 05ce750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ plugin_directory = "path/to/plugin/directory"
4444
```
4545

4646
```sh
47-
$ vault write sys/plugins/catalog/kerberos-auth-plugin sha_256="$(shasum -a 256 'vault-plugin-auth-kerberos' | cut -d ' ' -f1)" command="vault-plugin-auth-kerberos -client-cert server.crt -client-key server.key"
47+
$ vault write sys/plugins/catalog/auth/kerberos sha_256="$(shasum -a 256 'vault-plugin-auth-kerberos' | cut -d ' ' -f1)" command="vault-plugin-auth-kerberos -client-cert server.crt -client-key server.key"
4848
```
4949

5050
2. Enable the Kerberos auth method:
5151

5252
```sh
53-
$ vault auth-enable -path=kerberos -plugin-name=kerberos-auth-plugin -passthrough-request-headers=Authorization plugin
54-
Successfully enabled 'kerberos' at 'kerberos'!
53+
$ vault auth enable -passthrough-request-headers=Authorization kerberos
54+
Success! Enabled kerberos auth method at: kerberos/
5555
```
5656

5757
3. Use the /config endpoint to configure Kerberos.

0 commit comments

Comments
 (0)