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
Jonathan Klein
5af8601128
Grammar fix
2015-09-15 15:53:27 -04:00
vishalnayak
ec4f6e59b3
Improve documentation of token renewal
2015-09-11 21:08:32 -04:00
Neo
315047dca6
Typo fix
2015-09-08 02:43:01 +02:00
David Winterbottom
0917d7d3e5
Fix typo in ACL doc
2015-08-19 07:36:16 +01:00
Seth Vargo
fccc27894e
Small tutorial fixes and tweaks
2015-07-19 16:52:11 -04:00
Daniel Somerfield
180787cb63
Finished draft of api tutorial and worked it into the flow.
2015-07-19 12:29:06 -07:00
Daniel Somerfield
363e3d76f8
More work on apis doc.
2015-07-16 06:29:52 -07:00
Daniel Somerfield
4039a7593b
Added start of page in intro that explains / demos the REST apis
2015-07-15 06:28:04 -07:00
Armon Dadgar
dc5ecc3eed
website: fixing lots of references to vault help
2015-07-13 20:12:09 +10:00
Armon Dadgar
d9c7349ad3
website: clarify changes in addition to feedback
2015-07-06 11:10:09 -06:00
Armon Dadgar
348369c450
website: clarify getting started ACL docs
2015-07-05 18:40:05 -06:00
Seth Vargo
bdd6fed13f
Merge pull request #282 from whit537/patch-3
...
Add a missing word
2015-05-31 15:52:21 -07:00
Seth Vargo
6d0a5f3e8a
Merge pull request #283 from whit537/patch-4
...
revisions to Getting Started > Dynamic Secrets
2015-05-31 15:52:08 -07:00
Seth Vargo
81466baecc
Merge pull request #284 from whit537/patch-5
...
revisions to Getting Started > Built-in Help
2015-05-31 15:51:51 -07:00
Seth Vargo
cefceb35d8
Merge pull request #285 from whit537/patch-6
...
revisions to Getting Started > Authentication
2015-05-31 15:51:39 -07:00
Seth Vargo
4724b9ce56
Merge pull request #286 from whit537/patch-7
...
revisions to Getting Started > Access Control Policies
2015-05-31 15:51:08 -07:00
Chad Whitacre
15ed262345
Fix punctuation
...
We want an apostrophe (for the contraction, not the possessive), but we don't want an extra period.
2015-05-31 17:00:44 -04:00
Chad Whitacre
d0520bf24a
Remove an errant article
2015-05-31 16:47:15 -04:00
Chad Whitacre
1e5841aa4d
Fix number of a noun
2015-05-31 16:42:29 -04:00
Chad Whitacre
678edf5376
Fix another broken passive
2015-05-31 16:34:34 -04:00
Chad Whitacre
28fd5ed7f6
Fix a broken verb voice
2015-05-31 16:31:10 -04:00
Chad Whitacre
b201f0a54f
Charges don't incur themselves
2015-05-31 16:24:03 -04:00
Chad Whitacre
e6fadc0eb8
Add a missing word
2015-05-31 16:19:38 -04:00
Christian Berg
de4b6e2029
Fix typo
2015-05-29 10:24:29 +02:00
Armon Dadgar
8f5b7dfe50
Merge pull request #269 from sheldonh/getting_started_deploy_consul
...
Use local Consul instance in deploy walkthrough
2015-05-28 10:06:36 -07:00
Sheldon Hearn
0cf95d9393
Use local Consul instance in deploy walkthrough
...
As per hashicorp/vault#217 , demo.consul.io prevents sessions from being
created, which means you can't use it as a backend for Vault.
2015-05-28 14:11:34 +02:00
Sheldon Hearn
233a862b60
Mention disable_mlock
in deploy walkthrough
2015-05-28 13:24:28 +02:00
Nathan McCauley
47950d9efb
update info on keywhiz
2015-05-15 00:34:25 -07:00
Trevor Pounds
e202424047
Fix minor typo.
2015-05-13 18:08:11 -07:00
Quentin Pradet
d21257918e
Fix typo
...
programtic -> programmatic
2015-05-13 09:08:15 +02:00
Kevin Nuckolls
68418d6f1b
Update secret-backends.html.md
...
Confusing / typo language in the getting started documentation. Fixed it up. :)
2015-05-11 08:50:45 -05:00
Shaun Mouton
b363d6ee87
a word accidentally
2015-05-08 15:20:26 -05:00
Seth Vargo
6db89d2a95
Fix more broken links /cc @armon
2015-05-02 18:08:11 -04:00
Seth Vargo
f6575ec551
Fix broken link
2015-05-02 18:07:32 -04:00
Armon Dadgar
4940bd2ec1
website: adding keywhiz comparison. Fixes #79 .
2015-05-02 15:05:32 -07:00
Armon Dadgar
f886a499d6
website: Adding KMS comparison. Fixes #56 .
2015-05-02 14:27:35 -07:00
Leo Cassarani
61841fd596
Add output of reading aws/config/root to the docs [ci skip]
...
Replace "TODO" with the current command-line output from the Vault dev server.
2015-04-30 00:17:19 +01:00
Leo Cassarani
051c3033f0
Fix typo: "taking" -> "talking" [ci skip]
...
Pull Request #66 fixes this typo in Vault's command-line output.
This change updates the documentation to reflect the correct output.
2015-04-29 23:51:18 +01:00
David M. Carr
a04861cde4
Fix typo in getting started docs
2015-04-29 13:53:24 -04:00
Seth Vargo
e6cde6a855
Minor formatting update [ci skip]
2015-04-29 10:38:57 -04:00
Juanito Fatas
cc6aa80675
Update output of first-secret guide [ci skip]
2015-04-29 14:39:39 +08:00
Juanito Fatas
584cd0ecf0
Update output of vault status
[ci skip]
2015-04-29 14:27:23 +08:00
Mitchell Hashimoto
a32c866180
website: fix docs [GH-77]
2015-04-28 18:53:33 -07:00
Patrick O'Connor
d0f18e9bb4
Fixed link to HTTP API
2015-04-28 18:05:30 -07:00
Mitchell Hashimoto
8660e98a67
website: clear dead link [GH-65]
2015-04-28 13:00:11 -07:00
Mitchell Hashimoto
991097acc5
website: make it clear that entering via the CLI can be dangerous
2015-04-28 12:59:31 -07:00
Colin Rymer
c5d339daa0
Typo fix for authentication website doc
2015-04-28 14:43:40 -04:00
Emil Hessman
4079905682
website: merge
2015-04-28 20:36:27 +02:00
Emil Hessman
79b098b89e
website: address minor doc typos
2015-04-28 20:32:04 +02:00
James Phillips
3691e5f7a4
Cleans up some wording on the Consul vs page.
2015-04-28 11:23:35 -07:00
Justin Campbell
05bb5b3545
Update getting started output to match new format
2015-04-28 12:59:50 -04:00
Armon Dadgar
dfce9d75d3
website: updating getting started with aws changes
2015-04-27 14:36:14 -07:00
Seth Vargo
2bcb0a1b67
Update website whitespace and formatting
2015-04-22 19:47:11 -04:00
Armon Dadgar
0b07cbfbd0
website: Adding vs Consul section
2015-04-20 16:15:53 -07:00
Armon Dadgar
24ad719138
website: copy updates for seal-status
2015-04-20 12:13:28 -07:00
Mitchell Hashimoto
06c4e52377
logical/aws: move root creds config to config/root
2015-04-18 22:21:31 -07:00
Mitchell Hashimoto
090c8becb2
website: HA concepts, configuration
2015-04-17 12:56:31 -07:00
Aaron Bedra
12a50cad90
Add vault help output.
...
Replace the TODO in the intro with the actual help output.
2015-04-15 10:29:02 -05:00
Mitchell Hashimoto
c30d877fa4
rename vault id to lease id all over
2015-04-10 20:35:14 -07:00
Mitchell Hashimoto
65e095467b
website: vs
2015-04-10 19:39:26 -07:00
Mitchell Hashimoto
8a904cc828
website: vs
2015-04-10 12:07:24 -07:00
Mitchell Hashimoto
18edaf3c11
website: next steps
2015-04-09 18:49:45 -07:00
Mitchell Hashimoto
c642a27827
website: deploy page
2015-04-09 18:46:44 -07:00
Mitchell Hashimoto
e0849790fe
website: finish ACL page
2015-04-09 18:18:05 -07:00
Mitchell Hashimoto
cbc1e55b69
website: ACL section
2015-04-09 17:19:52 -07:00
Armon Dadgar
9f577b39b4
Replace VaultID with LeaseID for terminology simplification
2015-04-08 13:35:32 -07:00
Mitchell Hashimoto
45acb56c5e
website: auth
2015-04-07 23:53:37 -07:00
Mitchell Hashimoto
ade573b84d
website: auth on the way
2015-04-07 10:03:27 -07:00
Mitchell Hashimoto
3595614b34
website: more getting started
2015-04-07 09:30:58 -07:00
Mitchell Hashimoto
649f403ef2
website: more getting started
2015-04-06 20:46:11 -07:00
Mitchell Hashimoto
871a29fb29
website: starting getting started
2015-04-06 19:01:15 -07:00
Mitchell Hashimoto
ea0680722c
website: homepage, intro
2015-04-06 18:35:13 -07:00
Jack Pearkes
ca3128cbb4
website: initial import
2015-03-13 10:38:41 -07:00