-
Notifications
You must be signed in to change notification settings - Fork 59
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
sap_swpm: Option to enable SWPM observer mode #749
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.
@rob0d I'm good to merge this PR, it's non-destructive and can work before the overhaul of the sap_swpm code structure in the coming weeks.
However, in defaults the sap_swpm_swpm_remote_access_user
should be uncommented and I would recommend it is by default set to root
. If an end user wants to enable this feature and observe using a different OS User, then it can be changed of course. All SWPM executions are otherwise root
so I think this default is OK.
Hi @rob0d, we are working on finalizing a new version, and your PR can be part of it. Can you please respond to the suggestion from @sean-freeman? |
@sean-freeman @berndfinger apologies, a bit snowed under. So setting the default to root, will change the current default behaviour of the role and I am not sure what impact it will have. |
@rob0d I think in this case, we better not merge this PR into |
Still awaiting this change to be made in defaults, otherwise PR is blocked |
Updated the default to be an empty variable and added code to handle this in a way that it doesn't change SWPM parameters and behaviour. |
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.
lgtm 👍
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.
LGTM
#709