-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error while list service accounts if access to some of them is denied #125
Comments
Same issue here with these versions:
With the "debug-cloud" logging preset enabled we see this in our teamcity.clouds.log:
The issue seems to be that the plugin enumerates the storage accounts in the subscription fine, but then then it tries to invoke the "listKeys" action on each, but it doesn't have permission to storage accounts in databricks resource groups. This is probably an issue more generally with "deny" permissions on any storage accounts, but it's surfacing here with databricks specifically. Note the error in 0.9.6 seems to have less information than the OP's version "SNAPSHOT-20200312092542". |
See also https://teamcity-support.jetbrains.com/hc/en-us/community/posts/360010664580-Cloud-profile-creation-issues for another affected user. |
Description
We have Azure Databricks in our subscription and the plugin is unable to list storage accounts
MS Support says that it's designed that Azure Databricks creates dey assignment for its service account and nothing can be done from Azure side here.
Environment
TeamCity Enterprise 2020.1.5 (build 78938)
Azure Resource Manager Cloud Support SNAPSHOT-20200312092542
Diagnostic logs
teamcity-clouds.log
The text was updated successfully, but these errors were encountered: