-
Notifications
You must be signed in to change notification settings - Fork 293
Improve Security Suggestions for Nexus Deployments #4172
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
base: main
Are you sure you want to change the base?
Conversation
…Config samples, and cross-linkage to configuration information
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
📖 Docs PR preview links
|
Co-authored-by: Roey Berman <[email protected]>
Co-authored-by: Roey Berman <[email protected]>
| ``` | ||
|
|
||
| 2. Enable Nexus through dynamic config, set the public callback URL, and set the allowed callback addresses. | ||
| 2a. Prior to version 1.30.X, you must enable Nexus through dynamic config, set the public callback URL, and set the allowed callback addresses. |
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.
| 2a. Prior to version 1.30.X, you must enable Nexus through dynamic config, set the public callback URL, and set the allowed callback addresses. | |
| 2a. **Prior to version 1.30.X**, you must enable Nexus through dynamic config, set the public callback URL, and set the allowed callback addresses. |
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.
Actually not sure how markdown will handle 2a., I'm not sure if this breaks rendering or not. Check the preview to confirm please.
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.
I checked, it's invalid markdown.
|
|
||
| ### Nexus settings | ||
|
|
||
| Settings related to the management of Nexus |
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.
There are more but I would refer them to the architecture doc in the server repo.
And also please mention component.nexusoperations.useSystemCallbackURL here.
|
|
||
| 2b. Since version 1.30.X, Nexus is enabled by default, the only configuration needed is to use the SystemCallbackURL. | ||
| ```yaml | ||
| component.nexusoperations.useSystemCallbackURL: true |
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.
| component.nexusoperations.useSystemCallbackURL: true | |
| component.nexusoperations.useSystemCallbackURL: | |
| -value: true |
What does this PR do?
Add some general recommendations to secure temporal deployments, links to config information, improved suggestions for Nexus Configurations, and Add Nexus examples to the dynamic config page.
┆Attachments: EDU-5851 Improve Security Suggestions for Nexus Deployments