Config
The plugin needs to be configured with endpoints and credentials for InfoCaster, Open Content and QueryStreamer.
Example config:
Infocaster
{
"host": "${DBKS:CA_IC_PROVIDER_URL}",
"publisher": "open-session",
"token": ""
}Content providers
{
"${DBKS:CA_PROVIDER}": {
"opencontent": {
"host": "${DBKS:CA_OC_PROVIDER_URL}",
"username": "${DBKS:CA_OC_PROVIDER_USERNAME}",
"password": "${DBKS:CA_OC_PROVIDER_PASSWORD}"
},
"querystreamer": {
"host": "${DBKS:CA_QS_PROVIDER_URL}",
"username": "${DBKS:CA_QS_PROVIDER_USERNAME}",
"password": "${DBKS:CA_QS_PROVIDER_PASSWORD}"
},
"infocaster": {
"host": "${DBKS:CA_IC_PUBLISHER_URL}",
"publisherId": "${DBKS:CA_IC_PUBLISHER_ID}",
"token": "${DBKS:CA_IC_PUBLISHER_TOKEN}"
}
}
}Example using Naviga ID to communicate
Remove username and password in order to send your Naviga ID token to OC to handle access. * Token is only sent to the whitelisted domains of Dashboard (default: infomaker.io, navigacloud.com)
Example using Client Credentials
Last updated
Was this helpful?