Meggie
b7365df464
Adding PGX change to release & upgrade notes ( #16613 )
...
Also some heading size tidying
2022-08-05 14:57:47 -04:00
Mike Palmiotto
c4140522a6
Docs/vault 7338 retry join known issue ( #16540 )
...
* storage/raft: Add known issue for retry_join
* storage/raft: Update known issues with issue reference
* docs: Add return between includes
2022-08-03 15:42:51 +02:00
Nick Cabatoff
9ffa7ae257
Add 1.10 upgrade note for SSCT on Consul. ( #15873 )
2022-06-13 11:48:53 -04:00
Nick Cabatoff
c15f524993
Add details to CHANGELOG and 1.10 upgrade note regarding new 412 error response resulting from SSCTs. ( #15770 )
2022-06-02 16:16:28 -04:00
Nick Cabatoff
d90ab7ef87
Add upgrade note for #15108 . ( #15275 )
2022-05-04 09:56:37 -04:00
Loann Le
48a4c01b97
updated KI for upgrade guides ( #15202 )
2022-04-27 13:26:45 -07:00
Nick Cabatoff
15ad2dd438
Add upgrade note for #15147 . ( #15154 )
2022-04-25 12:55:58 -04:00
Austin Gebauer
e5b614ed9b
docs: adds known issue for UI sign in using OIDC auth method ( #14708 )
2022-03-24 12:28:21 -07:00
Austin Gebauer
7aba55c87c
docs: fix formatting in upgrade guide notes for oidc provider ( #14678 )
2022-03-24 10:09:03 -07:00
Loann Le
d2f07e7f38
Vault documentation: added known issues to 1.10.x upgrade guide ( #14685 )
...
* added known issues
* Update upgrade-to-1.10.x.mdx
2022-03-23 21:48:23 -07:00
Austin Gebauer
858efb9b3b
identity/oidc: updates documentation for PKCE, client types, and default resources ( #14636 )
...
* identity/oidc: updates documentation for PKCE, client types, and default resources
* Update website/content/docs/concepts/oidc-provider.mdx
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
* Update website/content/docs/secrets/identity/oidc-provider.mdx
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
* Adds note to upgrade guide
* Update website/content/api-docs/secret/identity/oidc-provider.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* Update website/content/docs/concepts/oidc-provider.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* list default key details
* stronger emphasis in upgrade guide
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2022-03-23 10:22:57 -07:00
Austin Gebauer
135e6ece40
docs/ssct: service side to server side ( #14654 )
2022-03-23 09:12:52 -04:00
Loann Le
1ef5e40d6c
New server side consistent token faq for vault 1.10 ( #14550 )
...
* new ssct faq page
* provide links to faq
* provided lik to login mfa tutorial
2022-03-17 12:08:27 -07:00
Hridoy Roy
0dfabe7ade
Server Side Consistency Docs ( #14392 )
...
* partial docs
* remove unnecessary docs link
* move SSCT upgrade notes to 1.10 instead of 0.10
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* docs updates
* Update website/content/docs/configuration/replication.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/configuration/replication.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-03-16 10:20:12 -07:00
Nick Cabatoff
5fe1c16201
Remove support for etcd v2 storage backend. ( #14193 )
2022-02-22 16:48:04 -05:00
Alexander Scheel
f0dc3a553f
Switch to secure signing algorithm for SSH secrets engine ( #14006 )
...
* Explicitly call out SSH algorithm_signer default
Related: #11608
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Use rsa-sha2-256 as the default SSH CA hash algo
As mentioned in the OpenSSH 8.2 release notes, OpenSSH will no longer be
accepting ssh-rsa signatures by default as these use the insecure SHA-1
algorithm.
For roles in which an explicit signature type wasn't specified, we
should change the default from SHA-1 to SHA-256 for security and
compatibility with modern OpenSSH releases.
See also: https://www.openssh.com/txt/release-8.2
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Update docs mentioning new algorithm change
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Add changelog entry
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Fix missing parenthesis, clarify new default value
* Add to side bar
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-02-18 10:44:01 -05:00