Meggie
6a32c01c8a
Updating go version to 1.16.6 for security fix ( #12245 )
...
* Updating go version to 1.16.6 for security fix
* Changelog
2021-08-04 11:30:43 -04:00
Mike Green
65c449063b
Add link to Learn's usage tutorial ( #11199 )
...
* Add link to Learn's usage tutorial
* Update website/content/docs/commands/operator/usage.mdx
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2021-08-03 16:19:09 -07:00
Jim Kalafut
0c678f14a0
Add link to plugin upgrade instructions ( #12043 )
2021-08-03 15:58:17 -07:00
mickael-hc
795a5fea43
docs: add barrier key auto-rotation to internals/rotation ( #12149 )
...
This functionality was introduced in Vault 1.7.0 and is documented in api-docs/system/rotate-config
2021-08-03 15:52:24 -07:00
claire bontempo
fe7ce777dc
UI/TTL helperEnabled/DisabledText fix ( #12212 )
...
* fixes helperTextDisabled/Enabled
2021-08-03 15:50:49 -07:00
Loann Le
3203ad123d
Recommended TOC change: Vault documentation ( #12236 )
...
* modified toc
* relocated vault integration program section
2021-08-03 11:25:22 -07:00
Calvin Leung Huang
c35044010e
serviceregistration: add external-source meta value ( #12163 )
...
* serviceregistration: add external-source meta value
* add changelog file
2021-08-03 09:31:01 -07:00
Meggie
034f09c373
Adding upgrade note about arm64 ( #12240 )
2021-08-03 11:54:55 -04:00
Hridoy Roy
eaa88155d1
change advice to be used with spot warning ( #12237 )
2021-08-02 14:41:12 -07:00
Hridoy Roy
a3fefdca35
oss part of license diagnose test fix ( #12234 )
...
* oss part of license diagnose test fix
* cl
2021-08-02 10:50:49 -07:00
Hridoy Roy
28f33d2384
Fix Diagnose Formatting In Disk Usage Checks ( #12229 )
...
* save
* fix diagnose formatting errors
* fix diagnose formatting errors
* change powers
* change powers
* use humanize instead of doing the conversion to mb manually
* cl
2021-08-02 10:06:04 -07:00
Mike Wickett
f76fbcf4e5
chore: upgrade react-consent-manager ( #12224 )
2021-08-02 12:52:16 -04:00
Jonathan Ballet
dd33777d17
Improve "Integrated Storage" documentation ( #12200 )
...
* Improve "Integrated Storage" documentation
* add missing markup
* add more links to the configuration pages
* Improve the Raft Storage configuration page
* More markup
* Improve the "High Availability" documentation
* More links to the configuration pages
* More links
* even more links
2021-07-30 15:05:15 -07:00
Mike Green
46e327de4e
add visible note about being enterprise ( #12216 )
2021-07-30 13:00:33 -04:00
hghaf099
90c5b3c1c5
VAULT-1303 when a request to vault fails, show namespace if set ( #12196 )
...
* VAULT-1303 when a request to vault fails, show namespace if set
* Adding changelog
* Fix Changelog file name
* Set namespace in ResponseWriter headers if it is set
* Using consts.NamespaceHeaderName instead of the literal string
2021-07-30 12:32:05 -04:00
claire bontempo
224a8453e3
Add settled() to failing browserstack tests ( #12210 )
...
* adds await settled
2021-07-30 08:50:08 -07:00
Theron Voran
d2e2761aee
docs: updates for vault-k8s v0.11.0 ( #12209 )
2021-07-29 14:52:29 -07:00
Theron Voran
5e113abbf4
docs: updating for vault-helm v0.14.0 ( #12206 )
...
And found a couple missing values
2021-07-29 11:16:08 -07:00
Michele Degges
a59937978b
Set no_output_timeout for build-ui layer ( #12188 )
2021-07-29 11:03:07 -07:00
Pratyoy Mukhopadhyay
113b6885c3
[VAULT-2852] deprecate req counters in oss ( #12197 )
2021-07-29 10:21:40 -07:00
Angel Garbarino
7fac2ae196
Match KV key value to kv-object-editor component ( #12182 )
...
* match style
* add gap after talking with design
2021-07-29 10:51:03 -06:00
Vishal Nayak
ab232b9d9a
Update docs to reflect support for autopilot DR ( #12097 )
...
* Update docs to reflect support for autopilot DR
* Reword sentence
* Fix link
* Fix link
2021-07-29 12:40:27 -04:00
Nick Cabatoff
daf1456805
Add a missing CL entry for #11269 and make raft CL entries for 1.8 more consistent. ( #12203 )
2021-07-29 12:28:11 -04:00
Rowan Smith
8924e7d656
Fixed typo for 'forward' value in relation to caching ( #12199 )
2021-07-29 07:41:08 -04:00
John-Michael Faircloth
39c744ca4e
identity: do not allow a role's token_ttl to be longer than verification_ttl ( #12151 )
...
* do not allow token_ttl to be longer than verification_ttl
* add verification when updating an existing key
When updating a key, ensure any roles referencing the key do not already
have a token_ttl greater than the key's verification_ttl
* add changelog
* remove unneeded UT check and comment
* refactor based on PR comments
- remove make slice in favor of var delcaration
- remove unneeded if check
- validate expiry value during token generation
- update changelog as bug
* refactor get roles referencing target key names logic
* add note about thread safety to helper func
* update func comment
* sort array and refactor func names
* add warning to return response
* remove unnecessary code from unit test
* Update vault/identity_store_oidc.go
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
2021-07-28 20:34:52 -05:00
Pratyoy Mukhopadhyay
fa29e780f0
[NO-TICKET] Upgrade protoc-gen-go to 1.26, upgrade protoc to 3.17.3 ( #12171 )
...
* [NO-TICKET] Set protoc-gen-go to 1.23, upgrade protoc to 3.17.3
* [NO-TICKET] Upgrade version of protoc-gen-go to 1.26
2021-07-28 14:51:36 -07:00
Lars Lehtonen
7f6602d017
builtin/credential/cert: fix dropped test error ( #12184 )
2021-07-28 13:19:23 -07:00
SaintMalik
4223ddf6fd
Docs: Fix broken link ( #12192 )
...
* Docs: Fix broken link
What does this PR do
Fix dead or broken links in this docs page, making navigation easy for others.
* fixing broken link
* fixing broken links
2021-07-28 13:18:54 -07:00
akosuadenell
5f57fa205f
Update template.mdx ( #11913 )
...
Deleted duplicate text
2021-07-28 11:54:15 -07:00
Mike Green
94689c9fe5
Update license.mdx ( #10841 )
...
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2021-07-28 11:50:30 -07:00
Jim Kalafut
f503946568
Add website redirect to fix faqs -> faq issue ( #12195 )
2021-07-28 09:37:21 -07:00
Jim Kalafut
cabeaa5af4
Update website download link ( #12187 )
2021-07-28 08:54:39 -07:00
Jim Kalafut
64b7f8eb1a
Add 1.8 release notes ( #12190 )
2021-07-28 08:54:09 -07:00
Jim Kalafut
a0082b4b5b
Update changelog for 1.8 release ( #12189 )
2021-07-28 08:51:49 -07:00
Jim Kalafut
f86cede572
Add 1.8 upgrade guide ( #12186 )
2021-07-28 08:46:40 -07:00
Scott Miller
653bfef52e
Forward cert signing requests to the primary on perf secondaries as well as perf standbys ( #12180 )
2021-07-28 10:21:01 -05:00
Bryce Kalow
45dfa2dd02
web: migrate to web platform- packages ( #12118 )
...
* migrate usages of nextjs-scripts to platform packages
* Updates hashi packages
2021-07-27 18:43:40 -04:00
claire bontempo
23001efffe
UI: minor typo changes/fixes ( #12181 )
...
* removes redundant .scss
* fixes typo
* clarifies storybook
2021-07-27 12:43:39 -07:00
Nick Cabatoff
a8422dba4e
Log shipper changes came in 1.7.0. ( #12179 )
2021-07-27 13:42:06 -04:00
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
claire bontempo
ea65001679
removes shadow line for secret form key/value input fields ( #12164 )
2021-07-27 08:18:37 -07:00
Nick Cabatoff
6016e86115
Fix `vault debug` so that captured logs include newlines. ( #12175 )
2021-07-27 09:15:24 -04:00
Nick Cabatoff
03b2208f04
Pin RabbitMQ and Cassandra docker image versions ( #12174 )
...
* Work around rabbitmq regression with UserInfo.Tags in rabbitmq 3.9: use v3.8 docker image in tests.
* Also pin cassandra docker image version to 3.11 (4.00 was making tests fail)
2021-07-27 08:45:32 -04:00
Bartek
d3df499b8c
Disable 'You will not be able to access these later' warning for static database credentials ( #12148 )
2021-07-26 11:40:15 -07:00
Hridoy Roy
fff7dc7a40
Diagnose docs + changelog ( #12159 )
...
* save
* diagnose docs
* changelog
* changelog formatting
2021-07-26 08:45:12 -07:00
Nick Cabatoff
f7ecb978a6
Use a mode when opening the db file that won't result in excessive perms. ( #12160 )
2021-07-23 13:43:50 -04:00
Angel Garbarino
5181d024f7
Add fallback font for masked-input ( #12152 )
...
* add fallback font for higher unicode coverage
* remove extra mixin and fix color issue that was not working on binary
2021-07-23 10:11:53 -06:00
Bryce Kalow
d2fe8efa58
website: fix release notes link ( #12145 )
2021-07-23 09:54:11 -04:00
Arnav Palnitkar
c71a6b6312
Update node to latest stable version ( #12049 )
...
* Update node to latest stable version
- v10 has reached EOL so upgrading node to v14 which is the latest
stable build
* Added changelog
* Resolve merge conflicts
2021-07-22 14:09:12 -07:00
Pratyoy Mukhopadhyay
11a3c3d72d
[VAULT-2807] Count entity tokens on use ( #12153 )
2021-07-22 14:01:49 -07:00