-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More complete HDFS / WASB style path structure #153
Comments
MBrace.Core and by extension MBrace.Flow do not on themselves perform any type of parsing on the paths. This job is delegated to the So I think this really is an MBrace.Azure issue: we should consider whether the concrete implementation of If we decide to go for this approach, there are a few ramifications that might be worth considering:
|
There are quite a few ways we could address these concerns: One would be maintain an "accounts" table in the master storage account which would contain all secondary connection strings. I do feel though that this may violate security expectations users may have. |
Another would be to use the service bus to broadcast additional auth data to workers. |
See mbraceproject/MBrace.Azure#161 which I think covers this enough for these purposes (an MBrace.Core PR may follow out of that) |
There's a need to have the ability to specify the account as part of the path e.g.
etc. etc.
I've raised this as its own issue as it's probably an enabler for a number of scenarios.
The text was updated successfully, but these errors were encountered: