Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reebhub
Copy link
Contributor

@reebhub reebhub commented Apr 10, 2024

Related issues:
RDoc-2584
RDoc-2732

…ty.WellKnownIssuerHashes.Admin` is obsolete
@reebhub reebhub requested a review from gregolsky April 14, 2024 21:43
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[]`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type: strings seperated by ;

Copy link
Contributor Author

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="
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON does not use =.

Suggested change
"Security.WellKnownIssuerHashes.Admin" = "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0="
"Security.WellKnownIssuerHashes.Admin": "jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0="

Copy link
Contributor Author

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants