-
Notifications
You must be signed in to change notification settings - Fork 135
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
document that Security.WellKnownIssuers.Admin
was added and Security.WellKnownIssuerHashes.Admin
is obsolete
#1815
base: master
Are you sure you want to change the base?
Conversation
…ty.WellKnownIssuerHashes.Admin` is obsolete
Provide a well-known issuer **certificate in base 64 format** or a certificate **file path**, | ||
that will be used to validate a new client certificate when the issuer's certificate has changed. | ||
|
||
- **Type**: `string[]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type: strings seperated by ;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
on every node of the destination cluster add the following: | ||
|
||
{CODE-BLOCK:JSON} | ||
"Security.WellKnownIssuerHashes.Admin" = "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JSON does not use =
.
"Security.WellKnownIssuerHashes.Admin" = "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=" | |
"Security.WellKnownIssuerHashes.Admin": "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=" | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
### Solution 1: | ||
|
||
{WARNING: } | ||
**Note**: The `Security.WellKnownIssuerHashes.Admin` configuration option discussed below |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we use WellKnownIssuers here and just have IssuesHashes used in the old versions' docs?
Related issues:
RDoc-2584
RDoc-2732