windowsrefund
b77ad87bd5
prevent startup error when user has multiple private IPs configured locally
2017-01-03 15:24:11 -05:00
Jeff Mitchell
0d92169aef
Update vs HSM text
2016-12-28 11:23:50 -05:00
James Turnbull
f595e40b8e
Edits to the deploy guide
2016-12-14 11:17:50 -05:00
James Turnbull
95ef6552de
Edits to the authorization/acl guide
2016-12-14 11:11:14 -05:00
James Turnbull
7248d6ace5
Edits to the authentication guide
2016-12-14 11:06:42 -05:00
James Turnbull
a2352aa13e
Formatting and language updates to help guide
2016-12-14 10:55:11 -05:00
James Turnbull
84ab440473
Minor formatting fix to dynamic secrets guide
2016-12-14 10:51:56 -05:00
James Turnbull
ae22f93636
Updated some formatting and language in the secret backends doc
2016-12-14 10:46:14 -05:00
James Turnbull
8f6ad20db1
Updated some formatting and language in the first secret doc
2016-12-14 10:39:45 -05:00
James Turnbull
cbb44b4eed
Updated some language and formatting in the dev-server guide
2016-12-14 10:34:52 -05:00
James Turnbull
3122856663
Edits to the install doc in getting started
2016-12-14 10:15:26 -05:00
James Turnbull
f9bde3edfb
Added next step to install section
2016-12-14 10:13:15 -05:00
Andrea Crotti
5b9c125954
return code is 403 not 400 ( #2128 )
2016-11-25 06:47:27 -08:00
Em Smith
fba6068e97
Change command examples for First Secrets #2116 ( #2117 )
...
These were discovered to be out of date as per https://github.com/hashicorp/vault/issues/2116
2016-11-22 12:44:17 -05:00
vishalnayak
52419be7c9
s/localhost/127.0.0.1
2016-10-28 09:23:05 -04:00
vishalnayak
81410d7bc4
Using AppRole as an example. Removed 'root' policy being used in examples
2016-10-28 01:24:25 -04:00
vishalnayak
956fa432be
Update the getting started API doc to not use 'root' policy
2016-10-11 16:07:48 -04:00
Jeff Mitchell
c748ff322f
Change default TTL from 30 to 32 to accommodate monthly operations ( #1942 )
2016-09-28 18:32:49 -04:00
Jeff Mitchell
9e68c5ebf6
Update getting started docs since root can no longer be used from github
2016-09-26 13:09:26 -04:00
John
380bbfca36
tip to override VAULT_ADDR in getting started guide ( #1915 )
2016-09-23 19:34:07 -04:00
Michael Warkentin
2a5c883ca4
Out of date code
...
Looks like the `500` is now a `405`:
```
$ vault read aws/config/root
Error reading aws/config/root: Error making API request.
URL: GET http://127.0.0.1:8200/v1/aws/config/root
Code: 405. Errors:
* 1 error(s) occurred:
* unsupported operation
```
2016-09-12 15:58:25 -04:00
khanklatt
1b9ee9fed4
Correcting typo on "mechanisms" ( #1822 )
2016-09-01 09:53:20 -04:00
Jeff Mitchell
ef14e1b88f
Bump version
2016-08-22 09:19:13 -04:00
Jeff Mitchell
0dad4c807b
Remove old terraform page
2016-08-08 08:26:05 -04:00
Brian Shumate
877a7dc378
Minor grammar edit
2016-07-06 10:02:52 -04:00
Brian Shumate
7f5212307e
Update deploy.html.md
...
Corrected link to Using PGP, GPG, and Keybase
2016-06-21 12:14:58 -04:00
Jeff Mitchell
4d5686452b
Merge pull request #1324 from hashicorp/sethvargo/doc_gpg
...
Add a page for step-by-step gpg/keybase
2016-06-03 13:24:57 -04:00
Jeff Mitchell
bcf7f3ddb9
Make some updates to PGP documentation
2016-06-03 13:23:20 -04:00
Sami Rageb
0a8a7cba24
Fixed & clarified grammar around HCL & JSON
...
- Fixed the statement that HCL is JSON compatible, it's vice versa
- Added that HCL is a superset of JSON to eliminate any lingering confusion
2016-05-26 20:14:59 -05:00
Francis Chuang
a92aea99af
Minor grammar fix.
2016-05-19 17:01:30 +10:00
vishalnayak
e53b9dbadb
Provide clarity for output statements of idempotent calls.
2016-04-14 15:46:45 +00:00
vishalnayak
691052c3f4
Clarify token-revoke operation
2016-04-14 15:34:01 +00:00
Seth Vargo
f170066c19
Clarify delete operation
...
One thing that has been a point of confusion for users is Vault's
response when deleting a key that does not actually exist in the system.
For example, consider:
$ vault delete secret/foo
Success! Deleted 'secret/foo'
This message is misleading if the secret does not exist, especially if
the same command is run twice in a row.
Obviously the reason for this is clear - returning an error if a secret
does not exist would reveal the existence of a secret (the same reason
everything on S3 is a 403 or why GitHub repos 404 instead of 403 if you
do not have permission to view them).
I think we can make the UX a little bit better by adding just a few
words to the output:
$ vault delete secret/foo
Success! Deleted 'secret/foo' if it existed
This makes it clear that the operation was only performed if the secret
existed, but it does not reveal any more information.
2016-04-14 10:38:10 +01:00
Seth Vargo
a263c9e6d4
Add a page for step-by-step gpg/keybase
2016-04-12 21:44:07 +01:00
Jeff Mitchell
f3552d115f
Merge pull request #1301 from gliptak/patch-3
...
Update vault read output
2016-04-06 11:26:55 -04:00
Gábor Lipták
af4fcfce9d
Update token-create/auth output
2016-04-06 11:14:27 -04:00
Gábor Lipták
993b458509
Update toke-create output
2016-04-06 10:24:19 -04:00
Gábor Lipták
704e4cd468
Update vault read output
2016-04-06 09:13:39 -04:00
Jang-Soo "Bruce" Lee
1005ba9fab
Update consul.html.md
2016-03-30 09:57:14 -04:00
Seth Vargo
ac614492d7
Link to blog post on using with CM
2016-02-02 18:00:39 -05:00
Seth Vargo
9e14bb66f2
Use HTTPS + www where appropriate
2016-01-14 13:42:47 -05:00
Dallas Reedy
7b56086dc7
Fix typo
...
futher => further
2015-12-11 08:50:06 -08:00
Jeff Mitchell
6ded941254
Note that the dev server does not fork
...
Fixes #710 .
2015-10-30 12:47:56 -04:00
Jeremiah Johnson
ba88a19ea5
fix typo in first-secret.html.md
2015-10-22 12:04:22 -06:00
mkb
83a6c0b8f1
Minor grammar fix.
2015-10-20 13:42:46 -07:00
Jeff Mitchell
9549d9e4bf
Merge pull request #691 from hashicorp/sethvargo/tabs_spaces_oh_my
...
Remove tabs from terminal output
2015-10-12 12:39:44 -04:00
Seth Vargo
cfd7aa5983
Remove tabs from terminal output
...
This also standardizes on the indentation we use for multi-line commands as
well as prefixes all commands with a $ to indicate a shell.
2015-10-12 12:10:22 -04:00
Jeff Mitchell
f056ad6fef
Documentation updates to remove lease id and duration from generic
...
backend example.
2015-10-12 10:01:15 -04:00
Curtis Allen
50680b8740
update acl example
...
Without `auth/token/lookup-self` read access you are unable to
authenticate. Update example to work as well as use new command output.
2015-10-02 09:06:42 -06:00
Ivan Povalyukhin
734bd6e502
[code-gardening] fix typo in the documentation
2015-09-28 19:34:57 -07:00