-
Notifications
You must be signed in to change notification settings - Fork 871
Mark --javascript.* options as Coordinator only #11232
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
Conversation
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.
the harden options are also available on arangosh - though thats rather for testing them.
otherwise lgtm.
However, it is unclear to me when this code path is reached...
|
Reverted the changes regarding the disallowed endpoint printing as it will be covered by #11236, leaving just the option flag changes in this PR. |
|
Thank you for resolving the potential conflict! I just wanted to ask if you want me to merge this with my PR. |
|
Should also mark foxx and frontend as single server / coordinator only |
|
https://jenkins01.arangodb.biz/view/PR/job/arangodb-matrix-pr/8999/ @ObiWahn Both PRs are independent. This one can be merged as soon as Jenkins in blue and will not affect anything regarding JS security. It only sets flags for startup options. |
Scope & Purpose
Mark arangod
--javascript.*,--foxx.*and--frontend.*startup options as Coordinator and single server only.Testing & Verification
Documentation