Frederik Ring
Frederik Ring
I'm not an Azure user myself, so I don't know how this authentication method really works, however if you want to add the option to support it, I'm happy to...
A code sample is found here https://github.com/Azure/azure-sdk-for-go/blob/ec67edd9006dba369e8c0ab4164b8e77cfbc2e13/sdk/storage/azblob/examples_test.go#L152-L162 Client creation in this tool is happening here: https://github.com/offen/docker-volume-backup/blob/dd8ff5ee0cd61db055f73fc2352d6430c72c78b2/internal/storage/azure/azure.go#L52-L72
This is now possible in [v2.39.0](https://github.com/offen/docker-volume-backup/releases/tag/v2.39.0)
This is currently not supported as the code tries to be "backend-agnostic" and storing the archive locally is just another storage backend. I could imagine that it makes sense to...
No, as already written in my previous comment, there is no way to do what you describe.
> so what I would suggest is using SSO as a sort of "extension" I'm not entirely sure I understand yet. Does this mean you could have SSO user accounts...
Two things I still don't fully understand assuming OIDC is an "extension": - how does creation of the first account on setup work in this scenario? - when OIDC is...
> As now. It can then be linked to a SSO subject I start to understand, and it makes sense to me yes. Is there anything you need to implement...
I would think most of what's written in here https://github.com/offen/offen/pull/816#issuecomment-1889707113 still applies, apart from the things that say "either OIDC or password-based" are now "password-based and OIDC if configured".
The last time I added API methods to this library was [in 2016](https://github.com/m90/telegram-bot-client/commit/b1bbc0f6733ccf0fdc52195110e17291f3dbe91c#diff-25d902c24283ab8cfbac54dfa101ad31) so everything that has been added to the Telegram Bot API since then is indeed missing. I...