mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
Minor cosmetic fix
This commit is contained in:
@@ -400,14 +400,15 @@ have a separate token)
|
||||
- An unsealed Vault server
|
||||
|
||||
### Configuration
|
||||
Mount the "nomad" secret backend in Vault
|
||||
Mount the "nomad" secret backend in Vault:
|
||||
|
||||
```
|
||||
$ vault mount nomad
|
||||
Successfully mounted 'nomad' at 'nomad'!
|
||||
```
|
||||
|
||||
Configure access with the right address and management token
|
||||
Configure access with the right address and management token:
|
||||
|
||||
```
|
||||
$ vault write nomad/config/access \
|
||||
address=http://127.0.0.1:4646 \
|
||||
|
||||
Reference in New Issue
Block a user