John-Michael Faircloth
fa9c5dc67c
docs: Update Database Capabilities to include username customization ( #12172 )
...
* docs: Update Database Capabilities to include username customization
* add operator/diagnose to the index file
2021-07-27 10:33:12 -05:00
Hridoy Roy
fff7dc7a40
Diagnose docs + changelog ( #12159 )
...
* save
* diagnose docs
* changelog
* changelog formatting
2021-07-26 08:45:12 -07:00
Bryce Kalow
d2fe8efa58
website: fix release notes link ( #12145 )
2021-07-23 09:54:11 -04:00
Mike Green
ac37d0e5a9
Clarify sudo req'd for remount ( #12139 )
2021-07-22 16:09:26 -04:00
Jacob
e579cf4ad1
docs/update replication seal table ( #12147 )
...
* Update replication.mdx
Add separate secondary seal and recovery key columns to better distinguish what is updated in each scenario.
* Update replication.mdx, fix caps.
2021-07-22 15:41:36 -04:00
Nicholas Seemiller
87ff4bfac8
Create Kubernetes Namespace ( #11902 )
...
If you're setting up vault for the first time on a cluster, the namespace may not exist.
Add a step to create the namespace.
2021-07-22 15:41:22 -04:00
Nick Cabatoff
9a26209a9d
Fix a couple of broken links to api docs. ( #12143 )
...
* Fix a couple of broken links to api docs.
* Qualify deprecation.
2021-07-21 13:09:32 -07:00
Meggie
892545e41d
Document timeout setting for raft snapshots ( #12140 )
...
* Document timeout setting for raft snapshots
We don't usually put this kind of information in the documentation, but
we are aware that snapshots can be slow and I could see this message
saving someone a lot of time. Open to closing this PR though if we
definitely don't want this kind of documentation.
* Fixing link
2021-07-21 15:14:08 -04:00
John-Michael Faircloth
877b8166f2
docs: Update Database Capabilities to include username customization ( #12130 )
...
* Update Database Capabilities docs page to include username customization column
* fix elasticdb entry, yes for 1.8+
2021-07-21 13:24:22 -05:00
Nick Cabatoff
9db6e16a2a
Document bootstrap API. ( #12132 )
2021-07-20 18:24:49 -04:00
Calvin Leung Huang
185905d110
docs: remove username_template until after Vault 1.8 ( #12129 )
2021-07-20 11:46:09 -07:00
vinay-gopalan
859b60cafc
[VAULT-1969] Add support for custom IAM usernames based on templates ( #12066 )
...
* add ability to customize IAM usernames based on templates
* add changelog
* remove unnecessary logs
* patch: add test for readConfig
* patch: add default STS Template
* patch: remove unnecessary if cases
* patch: add regex checks in username test
* patch: update genUsername to return an error instead of warnings
* patch: separate tests for default and custom templates
* patch: return truncate warning from genUsername and trigger a 400 response on errors
* patch: truncate midString to 42 chars in default template
* docs: add new username_template field to aws docs
2021-07-20 09:48:29 -07:00
swayne275
ed361ee8da
Fix minor typo in Internals/Plugins documentation ( #12113 )
...
* fix minor plugin doc typo
* fix limits of of typo and related
* forgot to save on this typo fix
2021-07-20 07:21:24 -06:00
Nick Cabatoff
e98b45fc79
Fix license expiration metric name in docs. ( #12125 )
2021-07-19 19:19:32 -04:00
Pratyoy Mukhopadhyay
3990446e46
Update some metric types, fix some wording ( #12122 )
2021-07-19 14:54:24 -07:00
Meggie
08de78aedd
Elaborating on telemetry persistence ( #12119 )
...
* Elaborating on telemetry persistence
Some users understand how an aggregator relates to Vault telemetry, and
some users are approaching this concept for the first time. Those newer
to the concepts benefit from some extra clarification that the metrics
sourced directly from Vault aren't stored anywhere.
Sources:
https://prometheus.io/docs/concepts/metric_types/
https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md
https://docs.splunk.com/observability/metrics-and-metadata/metric-types.html
* Updated summary note
2021-07-19 16:12:29 -04:00
Dave Shepherd
f6770be254
Add AWS Cognito secrets engine to community section of the plugins website page ( #11966 )
2021-07-16 13:22:33 -07:00
Mike Green
20b84c4deb
Docs: Add link to more sentinel examples ( #11931 )
2021-07-16 16:20:41 -04:00
Josh Black
9052ed6466
Document bolt metrics ( #12107 )
2021-07-16 11:44:30 -07:00
Meggie
440cc1b830
Updating changelog link to main ( #12110 )
2021-07-16 09:39:51 -04:00
Tom Proctor
47457b1298
Add ServiceNow credential resolver docs ( #11996 )
...
* Add ServiceNow credential resolver docs
* Add information about using system CAs
* Add field mappings and troubleshooting tips
2021-07-16 10:53:14 +01:00
Mike Green
53759228b0
Clarify token create policies behavior ( #12106 )
2021-07-15 18:13:58 -04:00
Yahya
476b293a85
docs: fix heading number in SSH ( #12029 )
2021-07-15 14:25:45 -07:00
Angel Garbarino
288bc28127
Clarify KV 2 API docs ( #12086 )
...
* initial draft of changes
* address pr comments and add changelog
* remove changelog
2021-07-15 13:09:12 -06:00
Danny Hermes
16c3c4902a
Typo fix: period rotation -> periodic rotation (in transit docs) ( #12030 )
2021-07-15 08:18:09 -04:00
John-Michael Faircloth
07e00882b8
[docs] secrets/identity - grammar and punctuation fixes ( #12065 )
...
* some grammar and punctuation fixes
* remove unneeded char
2021-07-14 14:35:10 -05:00
Mike Green
217f69f8d2
docs/stepdown-clarification ( #12077 )
2021-07-14 15:10:07 -04:00
Loann Le
59bf7b9b09
removed sentence from intro ( #12076 )
2021-07-14 10:08:04 -07:00
MilenaHC
7c6f775798
updating API docs for InfluxDB ( #12063 )
2021-07-13 16:08:52 -05:00
Jason O'Donnell
8bc9790bf4
docs: fix formatting in azure secrets overview ( #12058 )
2021-07-13 14:55:53 -04:00
Yong Wen Chua
7ea650bc06
Update Documentation for GCP Static Account ( #12027 )
...
* Update API Docs for Static Account
* Update CHANGELOGs
* Update guide
* Clarify IAM
* More refinement
* Fix missing replace of roleset while copy/pasting
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
* Remove CHANGELOG
* Fix some double ticks
* Apply suggestions from code review
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
* Update examples
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
2021-07-13 09:36:05 -07:00
Noel Quiles
1826f22297
Bump hashi-stack-menu ( #12047 )
2021-07-12 15:08:23 -04:00
Meggie
02d5ce7374
Add replication example to upgrade docs ( #12040 )
2021-07-12 13:13:45 -04:00
Thor
db9edf519b
cockroachdb: Fix either incorrect or outdated info ( #11512 )
...
The documentation stated that Vault would not create the table
if it doesn't exist. But Vault does attempt to create the table if
it doesn't exist.
Ref:
https://github.com/hashicorp/vault/blob/master/physical/cockroachdb/cockroachdb.go#L84
2021-07-09 14:30:21 -07:00
Pratyoy Mukhopadhyay
9b5e89bd34
[VAULT-2776] Add prefix_filter option to Vault ( #12025 )
...
* [VAULT-2776] Add prefix_filter support to vault
* [VAULT-2776] Add filter_default config, update docs
* [VAULT-2776] Add changelog file
* [VAULT-2776] Update telemetry tests and error handling
* [VAULT-2776] Add test fixtures, update test
* [VAULT-2776] Update gitignore hcl filter
2021-07-09 14:49:53 -05:00
Loann Le
43265d6626
changed name from faqs to faq ( #12033 )
2021-07-09 09:13:49 -07:00
MilenaHC
3c3b6529fd
Redshift - Add username customization ( #12016 )
...
* username customization for redshift
* adding changelog and updating api-docs
2021-07-08 10:29:12 -05:00
Danny Hermes
a4bb9baf48
Typo fix: period rotation -> periodic rotation ( #12011 )
2021-07-08 10:45:49 -04:00
Jason O'Donnell
0bc339a2f8
docs: add SSL connection example to oracle ( #12006 )
...
* docs: add SSL connection example to oracle
* Fix link
* Add quotes to path
2021-07-07 12:47:49 -04:00
MilenaHC
4430a11bc5
Update SnowflakeDB plugin to v0.2.0 ( #11997 )
...
* update snowflake database plugin to v0.2.0
* add changelog
* update api-docs
2021-07-06 13:23:03 -05:00
Jason O'Donnell
5a3bf9b506
docs: fix link rendering for Oracle ( #11994 )
...
* docs: fix link rendering for Oracle
* Fix render
2021-07-06 13:25:36 -04:00
John-Michael Faircloth
1da8bb0a25
MongoDB Atlas: Add username customization docs ( #11943 )
...
* MongoDB Atlas: Add username customization docs
* add changelog
* remove changelog; it was added to the relevant go.mod update PR
2021-07-06 08:24:23 -05:00
Mike Green
7878db7c2c
Add link to newish learn upgrade guide ( #11748 )
2021-07-01 08:12:57 -07:00
Pratyoy Mukhopadhyay
c7e6a07939
Augment lease revocation metrics ( #11954 )
...
* [VAULT-1982] Add metric for irrevocable leases
* [VAULT-1982] Add metric for tracking worker count per queue
* [VAULT-1982] Update external docs
* [VAULT-1982] Add nil check on metrics sink
* [VAULT-1982] Update metric name, fix access patterns
* [VAULT-1982] Add locking when marking leases as irrevocable
* [VAULT-1982] Remove workers per mount metric
* [vault-1982] Misc review fixes
* [VAULT-1982] minor refactor
* [VAULT-1982] Add/update some comments
2021-06-30 14:37:36 -07:00
Nick Cabatoff
7ad3f74e07
Add overlooked 1.7 agent cache eventual consistency options. ( #11964 )
2021-06-29 15:36:10 -04:00
Austin Gebauer
b34e24fa64
docs: AWS KMS updates for key management secrets engine ( #11958 )
2021-06-29 10:31:25 -07:00
MilenaHC
02d45f3a66
Update ElasticSearch DB plugin to v0.8.0 ( #11957 )
...
* update elasticsearch database plugin to v0.8.0
* add changelog
* update api-docs
2021-06-29 08:07:00 -05:00
Jason O'Donnell
b2c9b3c344
plugins/ad: Add rotate-role endpoint ( #11942 )
...
* plugins/ad: add rotate-role
* Add doc
* changelog
* Add note about rotate-role in overview
2021-06-25 14:00:03 -04:00
Theron Voran
5c5a57626e
docs: vault-helm add license update steps ( #11911 )
...
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2021-06-25 08:49:48 -07:00
Kendall Strautman
2b71472d37
chore: upgrade react-head and deps ( #11938 )
2021-06-25 11:38:17 -04:00