python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

Fix: Added token to params for sessions.

Open abhisekpadhi opened this issue 5 years ago • 1 comments

Tokens in params was missing when creating and manipulating consul.Sessions objects. Since the consul.Consul object already has token in attributes, I'm trying to refer to the agent's token attribute via self.agent.token.

cc: @matusvalo @abn @cablehead can you please review.

abhisekpadhi avatar Mar 25 '19 12:03 abhisekpadhi

See also https://github.com/cablehead/python-consul/pull/238

timp87 avatar Jul 18 '19 09:07 timp87