Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Implement "dynamic_auth" for Tango #938

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

cmft
Copy link
Member

@cmft cmft commented Jul 1, 2019

Support Tango multi db URIs using a reserved work .dynamic_auth. to indicate taurus that the authority is to be resolved dynamically by PyTango.
Fixes #929

cmft added 2 commits July 1, 2019 14:22
TangoValidators do not support URIs with multiples db.
A Tango system can be configured with two running
Tango databases. The TANGO_HOST environment variable for that cases
is set to host:port1,host:port2...

Support Tango multi db URIs using a reserved work `.dynamic_auth.`
to indicate taurus that the authority is to be resolved dynamically
by PyTango.

Fix taurus-org#929
@cmft cmft requested a review from cpascual July 1, 2019 12:33
@cpascual
Copy link
Member

cpascual commented Jul 1, 2019

I've done a quick code-review and pointed a few minor issues. I'll do a more detailed review later on

@cpascual cpascual changed the title Fix 929 Implement "dynamic_auth" for Tango Jul 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TANGO_HOST multi db server
2 participants