Stephen J. Butler
672668dea5
Add tokenGroups and tokenGroupsGlobalAndUniversal ( #4936 )
2018-08-13 14:57:10 -07:00
Yoko
1395d6ea1a
[Guide] Control Groups ( #5072 )
...
* Control Group guide
* Fixed user policy list
* Fixed a typo
* Replaced the wrong screenshot
* Added missing period
2018-08-13 14:51:32 -07:00
Frank Allenby
ddc77d62f0
Added a link to the "previous section" mentioned ( #5018 )
...
This is for clarity since I had to check back to remember where it was mentioned.
2018-08-13 17:13:42 -04:00
Jim Kalafut
3822e2997b
Clarify "Commands" docs ( #5092 )
...
Fixes #4890
2018-08-13 14:09:48 -07:00
Nándor István Krácser
b9fab6375b
Alibaba Object Storage support ( #4783 )
2018-08-13 17:03:24 -04:00
Michael Schuett
63e7ac034f
MySQL HA Backend Support ( #4686 )
2018-08-13 17:02:31 -04:00
Becca Petrin
4e7237178f
Add a header type field ( #4993 )
2018-08-13 11:02:44 -07:00
Jim Kalafut
92f0e1a39e
Revert "Add ttl parameter to pki api docs ( #5063 )"
...
This reverts commit 7824826ca72c503677559cf9e5c1a7193433b34a.
2018-08-13 09:34:05 -07:00
Vishal Nayak
303b2f97ff
don't ignore errors ( #5087 )
2018-08-10 22:32:10 -04:00
Vishal Nayak
68d27c7c38
Adjust ACL error checking ( #5086 )
...
* Adjust acl error checking
* address review feedback
* unlock before checks
2018-08-10 21:05:10 -04:00
Jim Kalafut
5a35b718df
changelog++
2018-08-10 16:42:51 -07:00
bohr
79b571d90d
add backtick to fix mysql database name contain special characters ( #5054 )
...
when use mysql storage, set` database = "dev-dassets-bc"` , create database and create table will throw exceptions as follows:
Error initializing storage of type mysql: failed to create mysql database: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-dassets-bc' at line 1
Error initializing storage of type mysql: failed to create mysql table: Error 1046: No database selected
cause of `-` is a MySQL built-in symbol. so add backtick for create database sql\create table sql \dml sqls.
2018-08-10 16:38:20 -07:00
Yoko
140e3d5402
[Guide] Vault Cluster Monitoring Guide ( #5084 )
...
* Vault cluster monitoring guide
* Updated the download link
* Fixed broken link
2018-08-10 13:52:02 -07:00
Jeff Mitchell
24cb96a9c6
Port over ns identity proto info
2018-08-10 12:45:34 -04:00
Jeff Mitchell
9d1a427949
Port over some ns stuff
2018-08-10 12:17:17 -04:00
Jeff Mitchell
fb3c7eb449
Port some ns stuff over
2018-08-10 12:13:11 -04:00
Jim Kalafut
343d779434
changelog++
2018-08-10 09:12:32 -07:00
Jim Kalafut
2da7d30097
Fix DB role statement update ( #5058 )
...
The backwards compatibility logic was preventing updates to role
statements from taking effect. This change removes persistence of
deprecated statement fields.
2018-08-10 09:00:52 -07:00
Jim Kalafut
aa8dac9bd2
Add RDS notes to MSSQL docs ( #5062 )
2018-08-10 08:52:21 -07:00
Jeff Mitchell
4798af88f9
Fix some cases where unauthorized calls could return 400 ( #5083 )
2018-08-10 08:59:58 -05:00
Jeff Mitchell
3403c7ad9c
Add headers accessor and ns function
2018-08-09 18:29:03 -04:00
Jeff Mitchell
67b160eb42
Add json tag to names response for sys_plugins
2018-08-09 18:02:03 -04:00
Jeff Mitchell
14dccd7744
Remove unused variable
2018-08-09 16:47:58 -04:00
Jeff Mitchell
99e1d0f444
changelog++
2018-08-09 16:38:22 -04:00
Jeff Mitchell
2ed2e696a7
Merge Identity Entities if two claim the same alias ( #5075 )
...
* Merge Identity Entities if two claim the same alias
Past bugs/race conditions meant two entities could be created each
claiming the same alias. There are planned longer term fixes for this
(outside of the race condition being fixed in 0.10.4) that involve
changing the data model, but this is an immediate workaround that has
the same net effect: if two entities claim the same alias, assume they
were created due to this race condition and merge them.
In this situation, also automatically merge policies so we don't lose
e.g. RGPs.
2018-08-09 15:37:36 -05:00
Jim Kalafut
70d516b34d
Update ParseStringSlice and address lint/vet warnings ( #5069 )
2018-08-09 11:13:37 -07:00
Jeff Mitchell
fc37078cac
changelog++
2018-08-09 14:08:16 -04:00
Martin
aa8662c6c0
Add mount_path and mount_type to group lookups ( #5074 )
2018-08-09 13:07:24 -05:00
Jeff Mitchell
65d2cc768c
Website typo fix
2018-08-08 15:53:40 -04:00
Jeff Mitchell
7d90e6eae9
Fix typo
2018-08-08 14:38:11 -04:00
Jim Kalafut
7b7f1cc7ff
Add ttl parameter to pki api docs ( #5063 )
2018-08-08 09:12:14 -07:00
Conor Mongey
5454c15a7e
Fix typo: Consult Template -> Consul Template ( #5066 )
2018-08-08 09:01:45 -07:00
Brian Kassouf
3330a3954a
Rollback: Only grab statelock if we are running async ( #5064 )
2018-08-07 17:48:43 -07:00
Jason Martin
e23186bc63
Fix typo in the AWS STS AssumeRole docs. ( #5061 )
2018-08-07 15:25:50 -07:00
Brian Kassouf
735287bd6a
Update k8s auth ( #5059 )
2018-08-07 10:45:40 -07:00
Ian Grayson
931c289b95
Update policies.html.md ( #5007 )
...
Allow admins to run CLI: `vault secrets list`
2018-08-07 10:35:23 -07:00
Jeff Escalante
2a21e85580
html syntax corrections ( #5009 )
2018-08-07 10:34:35 -07:00
Rob
ca3aa1f36b
Update dev-server.html.md ( #5035 )
...
The instructions were in backwards order. #3591
2018-08-07 10:33:30 -07:00
Calvin Leung Huang
b5c8b3d4c5
Clean up container on connection failure, switch to ory/dockertest on package postgresql ( #5050 )
2018-08-07 09:56:33 -07:00
Yoko
3ae63b06d7
Typo fix ( #5052 )
2018-08-06 15:50:39 -07:00
Yoko
ef6579fed5
[Guide] Sentinel Policies ( #5049 )
...
* Sentinel policies guide
* Typo fix
2018-08-06 15:39:32 -07:00
Yoko
06491fa6a6
[Guide] SSH Secrets Engine ( #5022 )
...
* OTP SSH guide
* Fixed the required policy
* Added the step to restart the SSH server
* Update ssh-otp.html.md
Just a few edits to highlight its cloud context. Looks great otherwise!
2018-08-06 15:04:24 -07:00
Yoko
fee3c2072d
[Guide] Build Your Own CA Guide ( #4995 )
...
* WIP
* WIP
* WIP - Jake's PKI demo
* WIP
* PKI secret engine guide
* Added little more description about role
* Added tidy step
* Fixed a broken link
2018-08-06 14:42:46 -07:00
Joel Thompson
eb322bbbc5
Vendor AWS ARN parser ( #5048 )
...
This adds the AWS ARN parser into the vendor as suggested by
https://github.com/hashicorp/vault/pull/4360#discussion_r186744987
2018-08-06 09:51:06 -07:00
Jim Kalafut
41df651499
Add plugin user-agent helper ( #5039 )
2018-08-06 09:02:04 -07:00
Jeff Mitchell
982fd6f9c8
Fix stepdown body closing
2018-08-04 11:50:29 -04:00
Jim Kalafut
2a8f368ef8
Update GCP auth plugin ( #5043 )
...
Fixes #5037
2018-08-03 14:56:02 -07:00
Olivier Lemasle
fcb82c2444
Fix two errors in docs ( #5042 )
...
Two small errors in documentation
2018-08-03 14:26:46 -07:00
Jim Kalafut
4bdbc820ed
Add PluginEnv to SystemView ( #5028 )
2018-08-03 09:32:17 -07:00
Jim Kalafut
8e91555807
Fix docs sidebar layout
2018-08-03 09:15:45 -07:00