-
Notifications
You must be signed in to change notification settings - Fork 270
RS 7.22.2 minor release docs #2121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 14 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e1b0b25
DOC-5565 RS 7.22.2 release notes draft
rrelledge 62b6f16
Merge branch 'main' into DOC-5564
rrelledge 455f450
Merge branch 'main' into DOC-5564
rrelledge b1810ea
DOC-5565 Added resolved issues and more details about customer-manage…
rrelledge 435849b
RS: Customer-managed certificates for internode encryption (#2010)
rrelledge 768b1e5
Reduce top margin when headers immediately follow other headers with …
rrelledge 6631fa9
DOC-5564 Added link to customer-provided internode encryption certs i…
rrelledge 025ccd6
DOC-5210 Updated rladmin and REST API examples for customer-provided …
rrelledge cb145aa
DOC-5210 Updated rladmin cluster certificate reference for customer-p…
rrelledge 4270cf3
DOC-5210 Updated certificate REST API requests reference for customer…
rrelledge 57989e5
Added deprecation of PUT /v1/cluster/update_cert to RS 7.22.2 release…
rrelledge 2e915cc
DOC-5210 Added new customer_managed_ine_certificates to v2 Prometheus…
rrelledge a7eccaa
DOC-5210 Added new PUT /v1/cluster/certificates examples for updating…
rrelledge 81a64d8
Attempting to fix broken img in RS update certs
rrelledge 2ca9844
DOC-5210 Feedback update to clarify when new certs are used
rrelledge 6b06268
DOC-5210 Feedback update to clarify rladmin cluster certificate refer…
rrelledge 66bd535
DOC-5210 Feedback update for auto-copying certs to new nodes
rrelledge c9ff8f5
DOC-5210 Feedback update to add shared and separate INE cert examples…
rrelledge aacef23
DOC-5210 Fixed typo
rrelledge b94e8e9
DOC-5210 Fixed multitabs IDs
rrelledge efb9e06
Merge branch 'main' into DOC-5564
rrelledge 77bcf4c
DOC-5210 Updated screenshot for cluster certs screen that includes IN…
rrelledge 2af27ea
DOC-5566 Added build number and checksums to 7.22.2 Sept release note…
rrelledge 672f932
DOC-5210 Feedback update to add RSA key requirement for customer-prov…
rrelledge e4c4bc5
Merge branch 'main' into DOC-5564
rrelledge a1769b7
DOC-5564 Updated RS 7.22.2 release notes build number and checksums
rrelledge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
content/operate/rs/references/rest-api/objects/certificates.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| Title: Certificates object | ||
| alwaysopen: false | ||
| categories: | ||
| - docs | ||
| - operate | ||
| - rs | ||
| description: An object that represents a certificate | ||
| linkTitle: certificates | ||
| weight: $weight | ||
| --- | ||
|
|
||
| An API object that represents a certificate used by a Redis Enterprise Software cluster. | ||
|
|
||
| | Name | Type/Value | Description | | ||
| |------|------------|-------------| | ||
| | name | `cm`<br />`api`<br />`mtls_trusted_ca`<br />`proxy`<br />`metrics_exporter`<br />`syncer`<br />`ldap_client`<br />`ccs_internode_encryption`<br />`data_internode_encryption` | Certificate type.<br />See the [certificates table]({{< relref "/operate/rs/security/certificates" >}}) for the list of cluster certificates and their descriptions. | | ||
| | certificate | string | The certificate in PEM format | | ||
| | key | string | The private key in PEM format | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.