-
Notifications
You must be signed in to change notification settings - Fork 97
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
Better error message needed for the environment cloud provider configuration #6861
Comments
👋 @ytimocin Thanks for filing this bug report. A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server. For more information on our triage process please visit our triage overview |
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
This issue is a great one to pickup for new contributors. It should only require small changes and not assume a deep knowledge of the Radius architecture. We always welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
The root cause of this is missing configuration for the Azure Scope as a part of the environment, thus the error message should indicate as such. Because the scope is missing, we're sending ARM a request something the use didn't intend, hence the authorization error being returned from Azure. |
/assign |
@ckansara16 - i believe this one might have the same root cause as #7658 which @vishwahiremat is working on currently in #8006 -- the two of you should sync up on the fix and validating the solution! |
Hello @vishwahiremat - i have reviewed #8006 . its same issue which i have started. if yes than we can close this. let me know if you need additional fix. |
closing as this is a confirmed duplicate of #7658 |
Thanks @ckansara16! If you're looking for similar issues to take on, might I suggest doing some investigation into #6302 as I think it might be a separate but related issue with ambiguous errors |
Bug information
Getting this error while deploying:
This is basically an environment that are missing cloud provider configuration. This needs to be told to the Radius user/operator with a more clear message.
Steps to reproduce (required)
Observed behavior (required)
Error message not being clear.
Desired behavior (required)
Error message should state that a cloud provider needs to be configured.
Workaround (optional)
System information
rad Version (required)
RELEASE VERSION BICEP COMMIT
0.27.1 v0.27.1 0.27.1 a0fa10b
Operating system (required)
macOS, Sonoma 14.1.1, Apple Chip
Additional context
Discussion on Discord: https://discord.com/channels/1113519723347456110/1176534953345957888/1176534953345957888.
AB#10546
The text was updated successfully, but these errors were encountered: