elan-ev / tobira

Video portal for Opencast
https://elan-ev.github.io/tobira/
Apache License 2.0
22 stars 17 forks source link

Move config `sync.{user,password}` to `opencast.*` #1219

Open LukasKalbertodt opened 1 month ago

LukasKalbertodt commented 1 month ago

The sync user+password is by now also used for other purposes, like talking to the external API to delete events. So having them in the sync section is not really useful. This will be a breaking change, so I would like to include it in a release that has a breaking change anyway.

Or... add multiple credentials? Like, use different ones for external API and sync for example?