-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Is your feature request related to a problem? Please describe.
beginning in hypercore 9.2.16 and 9.1.24 changes to support tunnels are logged to cluster log along with the logged in user name where applicable.
although ansible uses endpoint that does not require auth - it would be desirable to allow module to pass a user name that would be noted in the cluster log for support tunnel opens and closes... this can be done by adding &name="{{ name }}" to end of uri for example - https://clusterip/support-api/close?&name=dave and support-api/open?code=3112&name=dave
example of cluster logging
Describe the solution you'd like
provide an optional parameter to pass a name
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
I have tried also including &name= on older versions and appears it is simply ignored there but still takes desired action - so I don't believe any version check would be required
