web icon indicating copy to clipboard operation
web copied to clipboard

Support using dadiapi datasources without auth

Open adamkdean opened this issue 7 years ago • 1 comments

At present, the only way to use a dadiapi datasource is if you either provide it with auth in the datasource config, or have an api configured in the main config. In the case where you only want to consume from a read-only dadiapi, without authenticating, this isn't possible.

See: https://github.com/dadi/web/blob/develop/dadi/lib/providers/dadiapi.js#L388-L389

adamkdean avatar Nov 15 '17 17:11 adamkdean

Correct me if I'm wrong, but DADI API isn't easily configured as 'read-only' currently?

abovedave avatar Mar 21 '18 14:03 abovedave