-
Notifications
You must be signed in to change notification settings - Fork 261
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
Server autostart fails with coco server security connector #5825
Comments
I have done some investigation:
Questions (@planetf1) :
|
Thanks for investigating @mandy-chessell The capitalization typo was in the text OMag Server Platform shutdown requested.
|
Thanks, I completely miss the "OMag" :) I actually discovered that my assertion that this message comes from the platform security connector is wrong. If the server is not configured then the error comes from the platform security connector. However, if the server is configured, the validation switches to the server security connector. This means that each server can have different administrators. |
The ordering of the messages is driven by Spring event handling and is difficult to change so I have modified the shutdown message slightly ...
I have also noticed that the method |
The coco security connectors currently expect startup.user to be set to "garygeeke". I have also added an NPA userId called "autoStart01npa" for testing the autostart capability. |
Signed-off-by: Mandy Chessell <[email protected]>
Is there an existing issue for this?
Current Behavior
Using the coco pharma server configuration documents, server autostart fails:
Expected Behavior
In this case, all the servers configured for this platform should be auto started
Steps To Reproduce
export STARTUP_SERVER_LIST="cocoMDS2,cocoMDS3,cocoMDS5,cocoMDS6,"
Environment
- Egeria:3.3-SNAPSHOT
Any Further Information?
The hardcoded user 'system' is used by the autostart capability
This should be permitted to startup servers when using the coco security plugin
Documentation should also be added to clarify what this userid is used for
Also the error message is confusing - we only see the shutdown (since something has gone wrong?). Plus a capitalisation typo. Finally the action being reported as barred is 'configuration', but we are not doing configuration here really, it is an operation command to START the server, distinct from configuration
The text was updated successfully, but these errors were encountered: