You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently connection string does not support SAS tokens. This functionality is currently being added to eventhub here.
Almost the exact same approach as above is needed here, in terms of parsing the sharedaccesstoken field from the connstr and utilizing that, extracting the se= field for expiry if present and setting a sane fallback if not.
Tests, docs, the whole deal.
The text was updated successfully, but these errors were encountered:
KieranBrantnerMagee
changed the title
[ServiceBus] Track2- Support SAS ktokens for ServiceBus within Connection String
[ServiceBus] Track2- Support SAS tokens for ServiceBus within Connection String
Aug 28, 2020
Currently connection string does not support SAS tokens. This functionality is currently being added to eventhub here.
Almost the exact same approach as above is needed here, in terms of parsing the
sharedaccesstoken
field from the connstr and utilizing that, extracting these=
field for expiry if present and setting a sane fallback if not.Tests, docs, the whole deal.
The text was updated successfully, but these errors were encountered: