Expose just the server name (without the rest of the connection string) as a cluster attribute
There are many connection_strings
available, but all of them are a full URI. Since the canonical way to connect is with the login and password in the URI, I always need to parse the value of a connection_strings
, insert login info, and then reformat it.
I'd like to just have the server name available as an attribute.
1
vote
Nathaniel
shared this idea