Replies: 2 comments 7 replies
-
You can't use that way. There are couple of other options.
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Ok I resolved the issue but maybe did not articulate matters correctly. I simply created a second Infinity Datasource within Grafana with different logon details. Works perfectly. What I meant was that the Clients use the same remote application Database from which I was reading data and not the Infinity Datasource. So one may just use Infinity Client1, Infinity Client 2...... and each may have different LOGON credentials |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a case where I am accessing data for different clients, from the same datasource, but who use different LOGIN's and PWD's.
It appears currently the infinity data source URL setting allows only a single LOGIN and PWD to be used regardless of the client.
So I need to be able to somehow allow several LOGIN and PWD to be defined and to be able to parse a URL parameter that will insert the correct LOGIN and PWD for that client
ie @client = 1 parse LOGIN=BOB&PWD= bob
ie @client = 2 parse LOGIN=MARY&PWD=mary .... etc
Is this currently possible and if not can it be done?
Otherwise, I have to expose each client's USERNAME and PASSWORD
Many thanks
Greg Diana
Beta Was this translation helpful? Give feedback.
All reactions