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
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
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
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
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
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
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
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
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
Jason O'Donnell
b2b25be0ce
agent/template: add static_secret_render_interval configurable ( #11934 )
...
* agent/template: add default_lease_duration config
* go mod tidy
* Add changelog
* Fix panic
* Add documentation
* Change to static_secret_render_interval
* Update doc
* Update command/agent/template/template.go
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
* Update changelog/11934.txt
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2021-06-24 15:40:31 -04:00
Austin Gebauer
920b75540e
docs: corrects json and issuer for identity tokens ( #11924 )
2021-06-23 09:04:23 -07:00
Nick Cabatoff
022ccc2657
Document vault.core.expiration_time_epoch metric. ( #11919 )
2021-06-22 14:31:08 -04:00
Calvin Leung Huang
c1a2a939f9
agent: restart template runner on retry for unlimited retries ( #11775 )
...
* agent: restart template runner on retry for unlimited retries
* template: log error message early
* template: delegate retries back to template if param is set to true
* agent: add and use the new template config stanza
* agent: fix panic, fix existing tests
* changelog: add changelog entry
* agent: add tests for exit_on_retry_failure
* agent: properly check on agent exit cases, add separate tests for missing key vs missing secrets
* agent: add note on difference between missing key vs missing secret
* docs: add docs for template_config
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
* docs: fix exit_on_retry_failure, fix Functionality section
* docs: update interaction title
* template: add internal note on behavior for persist case
* docs: update agent, template, and template-config docs
* docs: update agent docs on retry stanza
* Apply suggestions from code review
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
* Update changelog/11775.txt
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
* agent/test: rename expectExit to expectExitFromError
* agent/test: add check on early exits on the happy path
* Update website/content/docs/agent/template-config.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
2021-06-21 16:10:15 -07:00
Mike Green
fe56eaa1b7
Clarify upgrade steps and shutdown behavior ( #11881 )
...
* Clarify upgrade steps and shutdown behavior
* add mlock to standby as well
2021-06-18 11:42:55 -07:00
Nick Cabatoff
515f41558d
Docs for license autoloading. ( #11886 )
2021-06-18 12:19:18 -04:00
Yoko Hyakuna
ed8511f8bf
Updated 'plus' > 'pro' ( #11892 )
2021-06-17 13:58:16 -07:00
Theron Voran
e47be738b2
docs: update for vault-helm v0.13.0 ( #11890 )
2021-06-17 12:25:19 -07:00
Theron Voran
b9d0b1a457
docs: vault-helm license support for enterprise ( #11848 )
2021-06-17 11:46:21 -07:00
Loann Le
81994cf795
Added new folder and files for Vault License FAQs ( #11809 )
...
* added new files for faqs
* added another question
* fixed a few typos
* Update website/content/docs/enterprise/license/index.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* added a link to FAQs page
* Update index.mdx
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* incorporated feedback
* Update website/content/docs/enterprise/license/faqs.mdx
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2021-06-16 09:23:05 -07:00
Yoko Hyakuna
7c514c99cb
Remove a broken link ( #11868 )
2021-06-15 10:38:16 -07:00
Calvin Leung Huang
89f25d4c2a
docs: add troubleshooting sub-section on plugins ( #11858 )
...
* docs: add troubleshooting sub-section on plugins
* docs: fix grammatical error
2021-06-14 12:50:43 -07:00
Tom Proctor
b7f5c60a29
Add more detailed documentation on setting issuer for CSI provider ( #11839 )
2021-06-14 16:41:22 +01:00
moayadi
6ead26183b
login instructions not correct ( #11698 )
...
vault login -path=radius username=sethvargo should be changed to -method, not -path
2021-06-14 11:09:47 -04:00
Jason O'Donnell
c9c72d079b
docs: add permissions required for cassandra ( #11844 )
2021-06-11 14:47:34 -04:00
Philip Jay
59a2ae9c20
Include note about ManageOwnAccessKeys
stanza ( #11734 )
...
It's optional. Make that clear.
2021-06-11 12:03:21 -04:00
Maha Sharabinth
b2c9af2c74
Add note about JSON encoding to password policies docs ( #11754 )
...
Updated content to notify the users that the Special and Control characters will be escaped as per the JSON specification.
2021-06-08 11:45:00 -06:00
Loann Le
eacf7bd1c7
moved client content from cloud to vault ( #11776 )
...
* moved client content from cloud to vault
* Empty commit trigger
Co-authored-by: Michele <mdeggies@gmail.com>
2021-06-07 14:19:42 -07:00
Hridoy Roy
1782b4e880
oss part of control groups upgrade ( #11772 )
...
* oss part of control groups upgrade
* changelog and docs
* formatting
* formatting
2021-06-07 09:15:35 -07:00
Oleksandr Melnyk
00150e9bf5
11688 Update docs about stackdriver telemetry ( #11699 )
...
* 11688 Update docs about stackdriver telemetry
* 11688 Update docs about stackdriver telemetry
2021-06-02 17:20:06 -04:00
Mark Lewis
3e79e8252a
Update security.mdx ( #11725 )
2021-05-29 16:15:41 -07:00
Mark Lewis
76ee252953
Update architecture.mdx ( #11724 )
2021-05-29 16:14:21 -07:00
Tom Proctor
96278a33d8
Clarify supported TCP listener config options for Agent ( #11714 )
2021-05-27 15:47:45 +01:00