Andy Manoske
8c9aa394cc
Merge branch 'master' into new-guides
2018-02-06 13:09:22 -08:00
cikenerd
f4f66a9779
Update etcd storage doc ( #3753 )
2018-02-06 11:00:00 -05:00
Yoko Hyakuna
3302389ca1
Missing * in the command
2018-02-05 16:17:18 -08:00
Jeff Mitchell
22aeac2e8e
Add a space before the MFA super
2018-02-05 12:32:25 -05:00
Jeff Mitchell
d719a6c067
Move MFA to deprecated section, mark with a super
2018-02-05 12:32:21 -05:00
Jeff Mitchell
291df73f42
Minor grammatical update to MFA doc
2018-02-05 12:26:16 -05:00
Jeff Mitchell
ca9aed63bb
Mark old MFA as legacy/unsupported in sidebar
2018-02-05 11:47:59 -05:00
Jeff Mitchell
78ff2014fa
Make the MFA support status more clear for the legacy system
2018-02-04 19:25:27 -05:00
Yoko Hyakuna
2668ff95e8
Merge branch 'master' of github.com:hashicorp/vault into new-guides
2018-02-02 09:03:12 -08:00
George Christou
feb47cbf7f
website: Include fish as a supported shell ( #3895 )
2018-02-02 10:34:48 -05:00
Yoko
79cb4c86cd
Merge branch 'master' into new-guides
2018-02-01 11:55:18 -08:00
Yoko Hyakuna
0c727dfe6d
Fixed a typo 'on-demand'
2018-02-01 10:00:18 -08:00
Yoko Hyakuna
15ba1142f7
Incorporated review comments
2018-02-01 09:50:59 -08:00
Vishal Nayak
1d310fadb6
docs/telemetry: remove merge conflict remnant ( #3882 )
...
* remove merge conflict remnant
* s/auth/authentication
2018-02-01 12:09:58 -05:00
Andy Manoske
b6a6ce6981
Merge branch 'master' into new-guides
2018-01-31 17:17:00 -08:00
Brian Shumate
15982cfa07
Correct cofiguration option in example ( #3879 )
2018-01-31 13:41:31 -05:00
Yoko Hyakuna
f21b129a24
Replaced deprecated command
2018-01-31 09:27:14 -08:00
Yoko Hyakuna
53770fcf59
Replaced the deprecated commands with new ones
2018-01-30 10:46:27 -08:00
Jack Pearkes
8ca8b46c51
website: add note about the 0.9.2+ CLI changes to reduce confusion ( #3868 )
...
* website: add note about the 0.9.2+ CLI changes to reduce confusion
* website: fix frontmatter for 0.9.3 guide, add to guides index
* website: add overview title to 0.9.3 guide for spacing
2018-01-30 13:30:47 -05:00
Yoko Hyakuna
0b45ad6a15
Merge master
2018-01-30 09:57:30 -08:00
Yoko Hyakuna
40da3e785c
resolved the file name conflict
2018-01-29 16:41:44 -08:00
Yoko Hyakuna
f251883109
Re-categorized the guides on the navigation
2018-01-26 15:13:15 -08:00
Jeff Mitchell
6d9efa1dac
Typo fixes on upgrading page
2018-01-26 16:11:25 -05:00
Jeff Mitchell
b637904ba5
Add 0.9.2 upgrade guide
2018-01-26 16:07:41 -05:00
Chris Bartlett
17e1b7538d
#3850 Fixed documentation for aws/sts ttl ( #3851 )
2018-01-25 22:20:30 -05:00
Yoko Hyakuna
4cec1436ad
Fixed typos in the command
2018-01-25 15:07:35 -08:00
Yoko Hyakuna
80ef06137b
Fixed the sample admin policies
2018-01-24 22:15:40 -08:00
Yoko Hyakuna
50e997e8d3
Fixed the sample admin policies
2018-01-24 21:21:23 -08:00
Yoko Hyakuna
0dcb02fec7
Fixed the sample admin policies
2018-01-24 18:10:56 -08:00
Yoko Hyakuna
0a923b42c1
Added policy requirements & scenario diagrams
2018-01-24 16:01:44 -08:00
Andy Manoske
352e5937a5
Policy Feedback from PM
2018-01-24 11:47:31 -08:00
Yoko Hyakuna
a8469f89d8
Cleaned up the diagram
2018-01-23 16:22:17 -08:00
Yoko Hyakuna
0362995a30
More detailed descriptions were added
2018-01-23 15:43:07 -08:00
Vishal Nayak
4551b9250f
docs: Fix the expected type of metadata ( #3835 )
2018-01-23 16:30:15 -05:00
Jeff Mitchell
a109e2a11e
Sync some bits over
2018-01-22 21:44:49 -05:00
Yoko Hyakuna
1f525a4cf9
WIP - new guides
2018-01-22 18:14:23 -08:00
Brian Shumate
28d6b91fe2
Update API endpoint references for revoke-prefix ( #3828 )
2018-01-22 18:04:43 -05:00
Yoko Hyakuna
8c261067a6
WIP - Added personas
2018-01-18 17:40:35 -08:00
Yoko Hyakuna
93601bb786
WIP - new guides
2018-01-17 17:39:21 -08:00
Yoko Hyakuna
246202746a
WIP - new guides
2018-01-16 17:16:20 -08:00
Josh Giles
2b719ae6cd
Support JSON lists for Okta user groups+policies. ( #3801 )
...
* Support JSON lists for Okta user groups+policies.
Migrate the manually-parsed comma-separated string field types for user
groups and user policies to TypeCommaStringSlice. This means user
endpoints now accept proper lists as input for these fields in addition
to comma-separated string values. The value for reads remains a list.
Update the Okta API documentation for users and groups to reflect that
both user group and user/group policy fields are list-valued.
Update the Okta acceptance tests to cover passing a list value for the
user policy field, and require the OKTA_API_TOKEN env var to be set
(required for the "everyone" policy tests to pass).
* Fix typo, add comma-separated docs.
2018-01-16 18:20:19 -05:00
Jake Scaltreto
2e51b1562b
Fix minor typo in word "certificate" ( #3783 )
2018-01-15 15:52:41 -05:00
Paweł Słomka
276ad1f529
Cleanup of deprecated commands in tests, docs ( #3788 )
2018-01-15 15:19:28 -05:00
Harrison Brown
7b7537d936
Suggested website copy changes ( #3791 )
...
* Adds comma
* Adds comma
* Suggested copy change
2018-01-15 14:33:41 -05:00
Vishal Nayak
80c4bd45af
Delete group alias upon group deletion ( #3773 )
2018-01-11 10:58:05 -05:00
Yoko Hyakuna
90442ef139
WIP - New Vault guides
2018-01-10 17:28:00 -08:00
Yoko Hyakuna
d89048c086
WIP - New Vault guides
2018-01-10 11:14:59 -08:00
Jeff Mitchell
0a2c911c03
Merge branch 'master-oss' into sethvargo/cli-magic
2018-01-10 11:15:49 -05:00
Yoko Hyakuna
f52f0e26b2
WIP - New Vault guides
2018-01-09 15:12:08 -08:00
Yoko Hyakuna
9750f4a772
WIP - New Vault guides
2018-01-09 15:06:00 -08:00
Laura Uva
9abac4fd93
Fixed the link to the section on generating DR operation token for promoting secondary. ( #3766 )
2018-01-09 10:02:09 -06:00
Brian Shumate
9cac2a0ac1
Docs: add DR secondary/active HTTP 472 code ( #3748 )
2018-01-03 15:07:36 -05:00
Jeff Mitchell
d6552a11cc
Merge branch 'master-oss' into sethvargo/cli-magic
2018-01-03 14:02:31 -05:00
Jon Davies
f57329a37a
s3.go: Added options to use paths with S3 and the ability to disable SSL ( #3730 )
2018-01-03 12:11:00 -05:00
Brian Nuszkowski
326e1ab24c
Update '/auth/token/revoke-self' endpoint documentation to reflect the proper response code ( #3735 )
2018-01-03 12:09:43 -05:00
Didi Kohen
ec8befbaac
Clarify that keybase is supported only in the CLI ( #3744 )
2018-01-03 11:18:38 -05:00
dmwilcox
ad0a39dfe1
Update docs to reflect ability to load cold CA certs to output full chains. ( #3740 )
2018-01-03 10:59:18 -05:00
Alexandre Nicastro
3108692119
docs: fix typo (change 'a' to 'an' - indefinite article) ( #3741 )
2018-01-03 10:47:15 -05:00
markpaine
68f87ba6f6
Spelling correction. "specifig" -> "specific" ( #3739 )
2018-01-03 10:38:55 -05:00
markpaine
6201056f11
Spelling correction "datatabse" -> "database" ( #3738 )
2018-01-03 10:38:16 -05:00
Brian Shumate
f25f546eb9
Docs: Updated Telemetry documentation ( #3722 )
2017-12-26 13:51:15 -05:00
Brian Shumate
2c5b6909c9
Update backend config docs - addresses #3718 ( #3724 )
2017-12-26 13:48:45 -05:00
Jeff Mitchell
9c7e739ee7
Port website changes from ent side
2017-12-21 09:00:35 -05:00
Jeff Mitchell
b9714386a6
Bump vars for 0.9.1
2017-12-21 08:39:41 -05:00
Jeff Mitchell
f9f64572f5
Clarify control group APIs are enterprise only.
...
Fixes #3702
2017-12-19 11:00:02 -05:00
Calvin Leung Huang
40b8314c4d
Add period and max_ttl to cert role creation ( #3642 )
2017-12-18 15:29:45 -05:00
Roger Berlind
b5b77d29dc
Added example for Azure SQL Database ( #3700 )
2017-12-18 13:55:56 -05:00
Travis Cosgrave
95328e2fb4
Use Custom Cert Extensions as Cert Auth Constraint ( #3634 )
2017-12-18 12:53:44 -05:00
Jeff Mitchell
4f31ee7cc8
Merge branch 'master' into f-nomad
2017-12-18 12:23:39 -05:00
Ernest W. Durbin III
a6c0194b68
Correct documentation for Kubernetes Auth Plugin ( #3708 )
2017-12-18 12:12:08 -05:00
James Nugent
7480287181
physical/dynamodb: Clarify ha_enabled type ( #3703 )
...
The example in the documentation correctly passes a quoted boolean (i.e.
true or false as a string) instead of a "real" HCL boolean. This commit
corrects the parameter list to document that fact.
While it would be more desirable to change the implementation to accept
an unquoted boolean, it seems that the use of `hcl.DecodeObject` for
parameters which are not common to all storage back ends would make this
a rather more involved change than this necessarily warrants.
2017-12-18 09:30:29 -05:00
James Nugent
eb0cd8c29b
docs: Add correct method for mlock on systemd ( #3704 )
...
Although the previously described method of running setcap works if
setcap is available, the built-in LimitMEMLOCK directive is better.
2017-12-18 09:29:37 -05:00
Raja Nadar
bb667bf109
added the missing nonce and type fields ( #3694 )
2017-12-17 16:26:07 -05:00
Chris Hoffman
737dbca37a
fixing up config to allow environment vars supported by api client
2017-12-17 09:10:56 -05:00
Chris Hoffman
6c19fa3b78
Merge remote-tracking branch 'oss/master' into f-nomad
...
* oss/master:
Add support for encrypted TLS key files (#3685 )
2017-12-15 19:51:28 -05:00
Chris Hoffman
098c66a624
Add support for encrypted TLS key files ( #3685 )
2017-12-15 17:33:55 -05:00
Chris Hoffman
152b6e4305
address some feedback
2017-12-15 17:06:56 -05:00
Jeff Mitchell
96b0c31de5
Merge branch 'master' into f-nomad
2017-12-14 16:44:28 -05:00
Vishal Nayak
c38f9884ce
Transit: backup/restore ( #3637 )
2017-12-14 12:51:50 -05:00
Brian Shumate
6395252068
Docs: fix typo in libtool ltdl name and link to avoid confusion and note about arch ( #3644 )
2017-12-11 13:42:19 -05:00
Brian Shumate
912ec80ad8
Docs: Update PKI URL config examples to FQDN — addresses #3606 ( #3647 )
2017-12-11 13:25:59 -05:00
Chris Hoffman
628153979a
Converting key_usage and allowed_domains in PKI to CommaStringSlice ( #3621 )
2017-12-11 13:13:35 -05:00
Paulo Ribeiro
a179a1804d
Remove duplicate link in ToC ( #3671 )
2017-12-11 12:52:58 -05:00
Brian Shumate
62097160e5
Docs: Update PKI output examples - addresses #3606 ( #3628 )
2017-12-11 11:57:07 -05:00
Jeff Mitchell
32a7503b89
Cross reference pki/cert in a few places.
2017-12-11 11:10:28 -05:00
Brad Sickles
dc70b1c21f
Adding mfa support to okta auth backend. ( #3653 )
2017-12-07 14:17:42 -05:00
Brian Shumate
c767dc4ed6
Conditionally set file audit log mode ( #3649 )
2017-12-07 11:44:15 -05:00
Mohsen
77fc89088d
Small typo relating to no_store in pki secret backend ( #3662 )
...
* Removed typo :)
* Corrected typo in the website related to no_store
2017-12-07 10:40:21 -05:00
Brian Kassouf
f700c64551
Remove the note about GKE from the Kubernetes docs ( #3658 )
2017-12-06 13:38:00 -05:00
Calvin Leung Huang
a9e7dbb7b4
Support MongoDB session-wide write concern ( #3646 )
...
* Initial work on write concern support, set for the lifetime of the session
* Add base64 encoded value support, include docs and tests
* Handle error from json.Unmarshal, fix test and docs
* Remove writeConcern struct, move JSON unmarshal to Initialize
* Return error on empty mapping of write_concern into mgo.Safe struct
2017-12-05 15:31:01 -05:00
Calvin Leung Huang
208dc55830
Clarify api_addr related errors on VaultPluginTLSProvider ( #3620 )
...
* Mention api_addr on VaultPluginTLSProvider logs, update docs
* Clarify message and mention automatic api_address detection
* Change error message to use api_addr
* Change error messages to use api_addr
2017-12-05 12:01:35 -05:00
Laura Uva
291edb9746
Update example payload and response for pem_keys field which needs \n after header and before footer in order to be accepted as a valid RSA or ECDSA public key ( #3632 )
2017-12-04 12:12:58 -05:00
Brian Shumate
61eac778cc
Docs: Update /sys/policies/ re: beta refs to address #3624 ( #3629 )
2017-12-04 12:10:26 -05:00
Jeff Mitchell
063f3d575e
Update secrets page
...
Fixes #3623
2017-12-04 12:05:34 -05:00
Jeff Mitchell
a898bd272d
Remove beta notice
2017-12-04 08:25:16 -08:00
Chris Hoffman
effeb02afa
Expanding on the quick start guide with how to set up an intermediate authority ( #3622 )
2017-12-04 11:23:58 -05:00
Brian Shumate
0a53ea27bf
Docs: mlock() notes, fixes #3605 ( #3614 )
2017-12-04 10:56:16 -05:00
crdotson
9692cde57f
Fix spelling ( #3609 )
...
changed "aomma" to "comma"
2017-12-04 10:53:58 -05:00
csawyerYumaed
e2cdbf4913
update relatedtools, add Goldfish UI. ( #3597 )
...
Add link to Goldfish a web UI for Vault.
2017-12-04 10:51:16 -05:00
Paul Pieralde
3b56130f10
Fix docs for Transit API ( #3588 )
2017-12-04 10:34:05 -05:00