Replies: 11 comments 3 replies
-
|
Hi @zymbuzz, the credentials should be stored already. What tool and what provider are you using? |
Beta Was this translation helpful? Give feedback.
-
|
I am using your SDMX connector for ESCB internal access |
Beta Was this translation helpful? Give feedback.
-
|
Which language? |
Beta Was this translation helpful? Give feedback.
-
|
I am using Matlab |
Beta Was this translation helpful? Give feedback.
-
|
It's strange actually. The credentials should be retained in memory for the session. MATLAB should ask them only for the first call of every session. If you make many subsequent calls are you asked for the password every time? |
Beta Was this translation helpful? Give feedback.
-
|
That's right, it does retain in the memory for the session. However, I would like to know if it is possible to avoid ever putting this information in future sessions? |
Beta Was this translation helpful? Give feedback.
-
|
Ok, clear now. We don't persist credentials, but I can add a new function, like setProviderCredentials that we already have for R. This way you can set the credentials by code and find your way to persist them. Would this be useful? |
Beta Was this translation helpful? Give feedback.
-
|
I'm sorry, I was not clear. The function will not store the credentials: it will only set them in advance, so that you'll not be prompted for them. You will have to find your way to store them, according to the rules of your institution. |
Beta Was this translation helpful? Give feedback.
-
|
. This is the signature in R:
|
Beta Was this translation helpful? Give feedback.
-
|
Now I get it, thanks a lot for clarifying. This would be super useful |
Beta Was this translation helpful? Give feedback.
-
|
Great. Opened issue #287 . It will be fixed soon |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you again for developing this great tool! I had a quick question — is it possible to store credentials for internal APIs? Currently, the tool prompts for credentials each time a dataset is requested.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions