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
Sheldon Hearn
d1ec264eff
Clarify the disable_mlock option
2015-05-28 12:40:56 +02:00
certifiedloud
2521e90ef7
replaced confusing term 'physical' with 'storage'.
2015-05-27 14:44:17 -06:00
Sheldon Hearn
5a28f0bcbd
Missed a few IAM permissions
2015-05-27 16:42:12 +02:00
Sheldon Hearn
7cba6f84de
List IAM permissions required by root credentials
2015-05-27 16:28:24 +02:00
Jonathan Sokolowski
b872babb7b
website: Update /consul/roles/ parameters
2015-05-27 09:54:15 +10:00
Armon Dadgar
4ea6acffec
Merge pull request #259 from buth/etcd
...
etcd non-HA storage backend
2015-05-26 15:07:06 -07:00
Eric Buth
080d8b8505
added etcd as a non-HA storage backend, updated documentation
2015-05-26 13:38:25 -04:00
Ian Unruh
75eed4e4bd
Add libraries section to HTTP docs
2015-05-22 14:32:14 -07:00
Ian Unruh
0f9270bdd3
Add read field flag to documentation
2015-05-22 11:33:28 -07:00
Armon Dadgar
5afcd735e3
website: doc cleanup
2015-05-20 17:42:29 -07:00
Armon Dadgar
ab77e05b1f
Merge pull request #242 from jstremick/f-physical-s3-backend
...
Physical S3 backend implementation
2015-05-20 17:00:44 -07:00
joe miller
d1100c6293
fix doc example to submit valid json in POST body
...
I don't know if there is some version of curl that auto-generates json but the example didn't work for me on curl 7.32.0. Submitting the data as JSON works though.
2015-05-20 13:11:54 -07:00
James Stremick
a8faf25397
Physical S3 backend implementation
2015-05-20 10:59:03 -04:00
Aaron Bedra
2cf2cc927c
Fix typo in app-id docs
2015-05-20 09:36:54 -05:00
Seth Vargo
0ede02a08c
Merge pull request #239 from ijin/patch-1
...
Document that Vault Server needs to be running for vault help path
2015-05-20 12:28:31 +02:00
Michael H. Oshita
c495d07d8a
Document that Vault Server needs to be running for vault help path
...
Confused initial, I tried running `vault help secret` by itself and found out that the server needs to be running to execute this command.
Furthermore, the client needs `VAULT_ADDR` configured (`http://127.0.0.1:8200 ` in dev mode, since it uses https by default) to interact with the server.
2015-05-20 17:06:59 +09:00
Daniel McCarney
bae60e4afa
Add missing word to storage backend threat model.
2015-05-19 12:11:48 -07:00
Daniel McCarney
159317edeb
Fix "the a lease ID" typo.
2015-05-19 12:07:07 -07:00
Daniel McCarney
05d7225d22
Fix "all everything" typo in Secrets description.
2015-05-19 11:59:20 -07:00
Ian Unruh
eeb0bccd73
Remove non-existent unseal API argument
2015-05-18 19:59:18 -07:00
Armon Dadgar
45f14256fe
Update github.html.md
...
Fixing incorrect documentation about case sensitivity
2015-05-18 09:37:31 -07:00
Armon Dadgar
381db8d22c
Merge pull request #204 from nrocine/master
...
Added implementation details to the GitHub Auth Docs on the Vault Website
2015-05-18 09:36:35 -07:00
Armon Dadgar
9dc38923fe
website: clarify the app-id parameters
2015-05-15 11:39:05 -07:00
Nathan McCauley
47950d9efb
update info on keywhiz
2015-05-15 00:34:25 -07:00
Nils Rocine
e80e2a800d
Added details in the github auth docs for the website. These details clarify end-to-end use of the github auth backend. Specifically: noting how to create a usable GitHub PAT and an example of how to auth with the PAT.
2015-05-14 13:20:58 -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
Mitchell Hashimoto
c559382c47
website: note PGP key
2015-05-11 11:34:38 -07:00
Armon Dadgar
2d9b12b853
website: Document overwrite behavior. Fixes #182
2015-05-11 10:58:29 -07:00
Mitchell Hashimoto
ec4fcd39eb
http: allow header for auth token [GH-124]
2015-05-11 10:56:58 -07:00
Armon Dadgar
ebd6a90195
website: Fixing doc error
2015-05-11 10:43:03 -07:00
Armon Dadgar
712db294ff
website: Adding LDAP docs
2015-05-11 10:43:03 -07: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
d580e42673
Cleanup userpass docs
2015-05-08 11:49:58 -04:00
Seth Vargo
3748be6491
Remove references to -var
2015-05-08 11:45:29 -04:00
Mads R. Christensen
e8672b3844
Fixed typo
2015-05-08 11:48:42 +02:00
Mads R. Christensen
bb6ea32dfc
Added more info about the userpass auth backend API endpoint
2015-05-08 11:45:21 +02:00
Armon Dadgar
f203b80571
Merge pull request #166 from Banno/remove-plugin-docs
...
remove unused plugin docs
2015-05-07 12:26:44 -07:00
Spencer Herzberg
d47bb20e39
remove unused docs
2015-05-07 14:20:33 -05:00
Seth Vargo
87e25f4300
Add instructions for enabling the auth first
2015-05-07 13:52:06 -04:00
Leo Cassarani
98f65ae041
Fix typo in docs: "it's" -> "its" [ci skip]
2015-05-07 11:08:03 +00:00
Armon Dadgar
5b42f71181
website: minor doc changes for zookeeper
2015-05-06 11:08:26 -07:00
Spencer Herzberg
c4472a2446
cleanup zk HA leftover docs
2015-05-05 17:22:43 -05:00
Spencer Herzberg
e8f8dcbc12
properly default zk address to localhost
2015-05-05 17:20:38 -05:00
Spencer Herzberg
55f1a7c4d9
initial implementation of non-ha zookeeper
2015-05-05 16:49:18 -05:00
Seth Vargo
f2cab3d0f9
Merge pull request #144 from gotcha/patch-1
...
Typo
2015-05-05 08:43:43 -07:00
Seth Vargo
a95fd6c1bb
Merge pull request #145 from gotcha/patch-2
...
Word missing
2015-05-05 08:43:33 -07:00
Godefroid Chapelle
d5c07b6f8a
Use singular
2015-05-05 09:16:30 +02:00
Godefroid Chapelle
014e73f0f3
Word missing
2015-05-05 09:12:32 +02:00
Godefroid Chapelle
6791758e6c
Typo
2015-05-05 09:05:05 +02:00
Seth Vargo
671765a944
s/consul/vault /cc @armon
2015-05-03 16:13:55 -04: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
c5955d7b40
website: adding keywhiz comparison. Fixes #79 .
2015-05-02 15:05:23 -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
1c6f45f625
Merge pull request #84 from ceh/ignore-ds-store
...
Ignore .DS_Store files
2015-04-28 23:23:55 -07:00
Trevor Pounds
a9367c17d0
Fix documentation typo.
2015-04-28 22:15:56 -07:00
Emil Hessman
5ba72f0142
Ignore .DS_Store files
2015-04-29 06:11:50 +02: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
jjshoe
ff9c7f53b0
I think you a word.
2015-04-28 18:05:40 -05:00
Mitchell Hashimoto
809fdeb548
website: add disable_mlock flag
2015-04-28 15:13:07 -07:00
Mitchell Hashimoto
066bd39a2e
update CHANGELOG
2015-04-28 14:54:14 -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
Mitchell Hashimoto
1a4220b38c
Merge pull request #58 from colinrymer/patch-1
...
website: typo fix for authentication website doc
2015-04-28 11:44:57 -07:00
Colin Rymer
c5d339daa0
Typo fix for authentication website doc
2015-04-28 14:43:40 -04:00
Emil Hessman
e4b48bb916
website: fix typo
2015-04-28 20:42:53 +02:00
Mitchell Hashimoto
03a9e0535c
website: we vendored
2015-04-28 11:40:36 -07:00
Mitchell Hashimoto
9f9527ddc3
Merge pull request #54 from pborreli/typos
...
website: fixed typos
2015-04-28 11:37:49 -07:00
Emil Hessman
4079905682
website: merge
2015-04-28 20:36:27 +02:00
Pascal Borreli
bbd3ce341a
Fixed typos
2015-04-28 19:36:16 +01:00
AJ Bourg
b09e9a90a4
Update architecture.html.md
...
Super trivial grammar fix.
2015-04-28 12:32:06 -06:00
Emil Hessman
79b098b89e
website: address minor doc typos
2015-04-28 20:32:04 +02:00
Mitchell Hashimoto
47a941a19d
Merge pull request #51 from slackpad/consul-doc-fix
...
website: Cleans up some wording on the Consul vs page.
2015-04-28 11:28:51 -07:00
James Phillips
3691e5f7a4
Cleans up some wording on the Consul vs page.
2015-04-28 11:23:35 -07:00
Andrew Williams
cfe60c4846
website: fix small typo
2015-04-28 13:21:44 -05:00
Mat Elder
680f55aee6
msyql to consul on consul backend docs
2015-04-28 14:11:42 -04:00
Jack Pearkes
9e25de7525
websocket: use SSL
2015-04-28 10:09:22 -07:00
Justin Campbell
05bb5b3545
Update getting started output to match new format
2015-04-28 12:59:50 -04:00
Mitchell Hashimoto
899eb248fc
website: add build from source link to downloads
2015-04-28 09:56:35 -07:00
Mitchell Hashimoto
e9b3ad0353
website: remove unused files
2015-04-28 09:46:19 -07:00
Mitchell Hashimoto
1fae5dddc3
website: add security disclosure page
2015-04-28 09:09:58 -07:00
Jack Pearkes
df566771eb
website: ping on interval
2015-04-27 18:00:30 -07:00
Mitchell Hashimoto
ed47dd7b4a
website: update google analytics
2015-04-27 17:11:58 -07:00
Mitchell Hashimoto
0b6b1702d8
website: optimizing the pictures
2015-04-27 17:01:03 -07:00
Mitchell Hashimoto
b63e827c12
website: add big logo
2015-04-27 16:54:02 -07:00
Mitchell Hashimoto
3a31d7c6f9
website: point to real demo server
2015-04-27 16:31:32 -07:00
Armon Dadgar
1530403a04
audit/file: add log_raw parameter and default to hashing
2015-04-27 15:56:41 -07:00
Armon Dadgar
91730ae8af
website: Adding the syslog audit backend
2015-04-27 15:56:41 -07:00
Armon Dadgar
2bcba24561
website: remove TODO from transit quickstart
2015-04-27 14:58:53 -07:00
Armon Dadgar
dfce9d75d3
website: updating getting started with aws changes
2015-04-27 14:36:14 -07:00
Armon Dadgar
478a5965ee
secret/aws: Using roles instead of policy
2015-04-27 14:20:28 -07:00
Armon Dadgar
aaf10cd624
Do not root protect role configurations
2015-04-27 14:07:20 -07:00
Armon Dadgar
3330d43d44
secret/postgres: secret/mysql: roles endpoints root protected
2015-04-27 14:04:10 -07:00
Armon Dadgar
f159750509
secret/consul: replace policy with roles, and prefix the token path
2015-04-27 13:59:56 -07:00
Armon Dadgar
d425ca22df
secret/transit: rename policy to keys
2015-04-27 13:52:47 -07:00
Armon Dadgar
dd1ba4a79e
website: Adding CIDR block config to app-id
2015-04-27 12:38:04 -07:00
Armon Dadgar
b80f3e4e06
website: API consistency
2015-04-27 12:30:46 -07:00
Armon Dadgar
26b5dc20c6
website: aws API
2015-04-27 12:26:23 -07:00
Armon Dadgar
27902b1d06
website: make PG quickstart like MySQL
2015-04-27 12:16:07 -07:00
Armon Dadgar
fd00322981
website: adding postgresql API docs
2015-04-27 11:17:13 -07:00
Armon Dadgar
e44fd556a8
website: document Consul APIs
2015-04-27 11:08:47 -07:00
Seth Vargo
6b62366d2b
Add Quick Start for Postgresql
2015-04-27 09:30:21 -04:00
Seth Vargo
ad8f1f3659
Add Quick Start for AWS
2015-04-27 09:29:16 -04:00
Armon Dadgar
e7298e1169
website: start consul api
2015-04-26 22:03:38 -07:00
Armon Dadgar
d6a1344bfd
website: consul quickstart
2015-04-26 22:03:38 -07:00
Armon Dadgar
7db392217c
website: adding mysql quickstart and API
2015-04-26 22:03:38 -07:00
Armon Dadgar
a6ec8e7685
website: quickstart + API for transit
2015-04-26 22:03:38 -07:00
Armon Dadgar
3670757628
website: quickstart for generic
2015-04-26 22:03:38 -07:00
Armon Dadgar
91094ceeca
website: fix formating
2015-04-26 22:03:38 -07:00
Mitchell Hashimoto
3c0c334d01
website: fix API styling for auth
2015-04-26 21:08:11 -07:00
Armon Dadgar
a1f294235f
website: documenting token API
2015-04-25 20:21:59 -07:00
Armon Dadgar
3167d64aa0
website: make side bar match between inner pages
2015-04-25 19:09:08 -07:00
Armon Dadgar
cc69073b37
website: adding mysql docs skeleton
2015-04-25 12:10:53 -07:00
Armon Dadgar
8ae7b1288a
credential/cert: support leasing and renewal
2015-04-24 12:58:39 -07:00
Seth Vargo
bfb0f08372
Fix typo
2015-04-24 14:06:50 -04:00
Armon Dadgar
cd65bbabb0
website: document cert backend
2015-04-24 10:52:25 -07:00
Blake Walters
1620e1fb1c
updated demo to handle scrolling in a way that doesn't force scroll tracks
2015-04-23 15:20:08 -06:00
Jack Pearkes
cbbe65d4f0
website: fu to go fullscreen in the finish
2015-04-23 12:26:20 -07:00
Jack Pearkes
3c0686eebc
website/tutorial: remove mounts and allow fullscreen
2015-04-23 12:26:19 -07:00
Armon Dadgar
19c8557786
Merge pull request #29 from hashicorp/f-health
...
Adding sys/health for Consul HTTP health monitoring
2015-04-23 11:58:58 -07:00
Armon Dadgar
912d04e46b
website: document endpoint
2015-04-23 11:58:10 -07:00
Jack Pearkes
8d133c96de
Merge pull request #26 from hashicorp/website-interactive-demo
...
Website interactive CLI tutorial
2015-04-23 11:48:42 -07:00
Jack Pearkes
4a74442b38
website: change "learn more links"
2015-04-23 11:41:50 -07:00
Jack Pearkes
5696aa910a
website: "Launch Interactive Tutorial"
2015-04-23 11:38:18 -07:00
Jack Pearkes
9aef229b27
website/tutorial: add better "help"
2015-04-23 11:28:12 -07:00
Jack Pearkes
2ed7a20ae6
website/tutorial: move socket down to demo controller to prevent init
2015-04-23 11:23:19 -07:00
Jack Pearkes
9863982ec6
website: tutorial mobile instructions, remove delete
2015-04-23 09:58:15 -07:00
Jack Pearkes
3f99f51b98
website: finish up tutorial steps
2015-04-23 09:44:33 -07:00
Jack Pearkes
93840c957a
website: top CTA for interactive terminal, minor step improvements
2015-04-22 20:50:05 -07:00
Jack Pearkes
2afc18b908
website: more demo steps
2015-04-22 20:21:15 -07:00
Jack Pearkes
0edb50be16
website: make demo full screen with instruction header
2015-04-22 18:48:24 -07:00
Seth Vargo
2bcb0a1b67
Update website whitespace and formatting
2015-04-22 19:47:11 -04:00
Jack Pearkes
4d982f8041
website: basic step 1
2015-04-22 15:15:45 -07:00
Jack Pearkes
0095f1d388
website: use new step oriented system for interactive demo
2015-04-22 15:09:12 -07:00
Jack Pearkes
83d8e1a204
website: send and receive message on websockets
2015-04-22 11:23:07 -07:00
Mitchell Hashimoto
373b9c6f1e
Merge pull request #21 from hashicorp/audit-hashstructure
...
Hash the strings in audit logs
2015-04-22 07:43:21 +02:00
Mitchell Hashimoto
423c669cdd
website: help command
2015-04-21 19:04:21 +02:00
Mitchell Hashimoto
6aad5f3b6d
website: reading data
2015-04-21 18:48:23 +02:00
Mitchell Hashimoto
d5eca265e5
website: TODO on reading data
2015-04-21 18:39:50 +02:00
Mitchell Hashimoto
7a0fe62123
website: start documenting CLI more
2015-04-21 16:35:19 +01:00
Mitchell Hashimoto
8436264a9b
website: clarify that secrets are no longer stored in audit logs
2015-04-21 16:23:16 +01:00
Armon Dadgar
0b07cbfbd0
website: Adding vs Consul section
2015-04-20 16:15:53 -07:00
Mitchell Hashimoto
705a964cda
Merge pull request #20 from hashicorp/f-status
...
Rename "seal-status" to "status", add HA information
2015-04-20 13:18:11 -07:00
Armon Dadgar
c759d95ca8
website: replace the consul telemetry
2015-04-20 12:26:30 -07:00
Armon Dadgar
24ad719138
website: copy updates for seal-status
2015-04-20 12:13:28 -07:00
Armon Dadgar
538106db1c
website: document sys/leader
2015-04-20 12:02:32 -07:00
Armon Dadgar
99b098a4a8
website: typo fix
2015-04-20 11:51:09 -07:00
Armon Dadgar
54aaf15670
website: document sys/raw/ and sys/revoke-prefix/
2015-04-20 11:50:21 -07:00
Mitchell Hashimoto
4574b7e012
website: fix bad li styling
2015-04-19 23:01:52 -07:00
Mitchell Hashimoto
7f410be198
website: audit backends
2015-04-19 22:59:39 -07:00
Mitchell Hashimoto
feaae2d834
website: fix HTML sadness
2015-04-19 18:04:43 -07:00
Mitchell Hashimoto
f14d970598
website: doc userpass
2015-04-19 15:21:35 -07:00
Armon Dadgar
5a8c44d7d3
website: Document token tree / one-time-tokens
2015-04-19 12:20:16 -07:00
Mitchell Hashimoto
8f49e8a919
website: postgresql backend
2015-04-18 22:47:23 -07:00
Mitchell Hashimoto
ead1210ee3
website: link back to auth/secret backend page
2015-04-18 22:42:42 -07:00
Mitchell Hashimoto
138f84d80e
website: mostly complete API
2015-04-18 22:39:43 -07:00
Mitchell Hashimoto
06c4e52377
logical/aws: move root creds config to config/root
2015-04-18 22:21:31 -07:00
Mitchell Hashimoto
4501b62953
website: so much API docs
2015-04-18 14:34:47 -07:00
Mitchell Hashimoto
796dbe3481
website: more auth
2015-04-18 13:45:50 -07:00
Mitchell Hashimoto
4602733986
website: token auth help
2015-04-18 13:35:55 -07:00
Mitchell Hashimoto
c22ef80a1e
website: auth backends
2015-04-17 17:41:56 -07:00
Mitchell Hashimoto
4e56567d6e
website: a lot more concepts
2015-04-17 17:18:31 -07:00
Mitchell Hashimoto
d77faa2760
website: transit backend
2015-04-17 12:56: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
Armon Dadgar
e809819046
website: Adding telemetry documentation
2015-04-14 18:47:47 -07:00
Armon Dadgar
166cff2d4c
website: document the HA design
2015-04-14 18:31:25 -07:00
Armon Dadgar
8084f742d5
website: copy cleanups
2015-04-14 10:50:07 -07:00
Mitchell Hashimoto
c69e35d1a4
website: leasing
2015-04-13 20:56:03 -07:00
Mitchell Hashimoto
307b662b3b
website: seal concept
2015-04-13 20:42:07 -07:00
Mitchell Hashimoto
2de2fcdcb2
website: concepts, dev server mode
2015-04-13 20:42:07 -07:00
Mitchell Hashimoto
1dac233812
website: add a couple more secret backend sections
2015-04-13 20:42:07 -07:00
Armon Dadgar
f55ba9e5a9
website: more on security model
2015-04-13 19:09:44 -07:00
Mitchell Hashimoto
c30d877fa4
rename vault id to lease id all over
2015-04-10 20:35:14 -07:00
Mitchell Hashimoto
061f6cfd2f
website: consul secret backend
2015-04-10 20:26:01 -07:00
Mitchell Hashimoto
148129030b
website: aws secret backend
2015-04-10 20:24:45 -07:00
Mitchell Hashimoto
f850926f4a
website: security model is pretty important
2015-04-10 20:11:43 -07:00
Mitchell Hashimoto
65e095467b
website: vs
2015-04-10 19:39:26 -07:00
Armon Dadgar
9f734db74d
website: working on thread model
2015-04-10 18:16:36 -07:00
Mitchell Hashimoto
8a904cc828
website: vs
2015-04-10 12:07:24 -07:00
Mitchell Hashimoto
87ebb09ca8
website: secrets index
2015-04-09 23:31:26 -07:00
Mitchell Hashimoto
3603ef94cd
website: lots more docs
2015-04-09 22:52:02 -07:00
Mitchell Hashimoto
13915c2d3e
website: install docs
2015-04-09 21:49:52 -07:00
Mitchell Hashimoto
3cb1d4e844
website: nit picking
2015-04-09 19:23:50 -07:00
Mitchell Hashimoto
5090b42f70
website: update docs sidebar
2015-04-09 19:00:24 -07:00
Mitchell Hashimoto
51fff26c9c
website: community
2015-04-09 18:58:25 -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
3ff418adb3
website: update to protect website during beta
2015-04-09 18:03:46 -07:00
Mitchell Hashimoto
cbc1e55b69
website: ACL section
2015-04-09 17:19:52 -07:00
Armon Dadgar
ab78503127
website: Working on architecture page
2015-04-08 15:36:55 -07:00
Armon Dadgar
9f577b39b4
Replace VaultID with LeaseID for terminology simplification
2015-04-08 13:35:32 -07:00
Armon Dadgar
80a08944d4
website: Starting internals glossary
2015-04-08 12:17:09 -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
26d1b36991
website: defocus input (hide cursor) during submission
2015-03-17 12:55:24 -07:00
Jack Pearkes
40be97bec6
website: add isLoading
2015-03-17 12:47:55 -07:00
Jack Pearkes
14c89c8f8b
website: slow down demo animation
2015-03-17 12:47:34 -07:00
Jack Pearkes
05daec0905
website: refactor send command for demo
2015-03-17 12:47:16 -07:00
Jack Pearkes
492ea9cec1
website: wire close button for demos, fade white overlay
2015-03-17 12:22:18 -07:00
captainill
cf72e4a51a
use mixin for transforms
2015-03-16 21:48:50 -07:00
captainill
aac6c973e5
add shadow to .demo-overlay
2015-03-16 20:31:59 -07:00
captainill
d5a1761035
add hover state to terminal close
2015-03-16 20:24:17 -07:00
captainill
ac1031ab6a
close btn for termina
2015-03-16 20:22:35 -07:00
captainill
eb5f1c1c00
update button gray
2015-03-16 20:07:18 -07:00
captainill
2c4569fe85
add loading bar to bottom of terminal popup
2015-03-16 20:06:55 -07:00
Jack Pearkes
b594163ee7
website: tweak type aliasing, colors, weights
2015-03-16 17:17:10 -07:00
captainill
7cc2179a74
animation speed on vault logo
2015-03-16 14:35:57 -07:00
captainill
005058374e
prototpe key animation
2015-03-16 14:21:29 -07:00
Jack Pearkes
dc1f932108
Merge pull request #2 from hashicorp/website-demo
...
Initial demo interface
2015-03-15 23:09:34 -07:00
Jack Pearkes
145ad5d556
website: initial demo interface
2015-03-15 23:07:05 -07:00
Mitchell Hashimoto
52486b62e3
website: imageoptim
2015-03-15 21:12:24 -07:00
captainill
e165e89f08
update tagline margin
2015-03-15 19:17:16 -07:00
captainill
e2b8ec7418
update logo-lockup and add css dots
2015-03-15 19:16:00 -07:00
JT
6aacbffde4
update hero
2015-03-15 14:16:58 -07:00
captainill
511d9d2754
docs sidebar new animation/cleanup
2015-03-14 18:16:58 -07:00
captainill
c5b188ba1c
fix js
2015-03-14 17:37:22 -07:00
Mitchell Hashimoto
db91352a52
website: imageoptim
2015-03-13 12:58:21 -07:00
Jack Pearkes
ca3128cbb4
website: initial import
2015-03-13 10:38:41 -07:00