Thomas Nguyen
Thomas Nguyen
Thanks @janlauber for writing the PR! I agree that the line of code you pointed out [here](https://github.com/opencost/opencost/blob/9c2ce2298a79d8992ddbfa27a2e23400dc09dcbd/pkg/cloud/provider/provider.go#L273) is the issue. However I believe the root of the issue is with...
@janlauber Makes sense, thanks!
@pl4nty Thanks for reporting! Could you clarify which configs you are providing? Is it all of the ones listed below? ```yaml azureSubscriptionID: azureClientID: azureTenantID: azureClientPassword: ```
@pl4nty I agree, based on the code snippet you shared above. One more thing to clarify, you still received an error response even when specifying `azureClientID`, `azureTenantID`, and `azureSubscriptionID`?
@dwbrown2 There should be no issue authenticating with Azure Rate Card Integration if the user provides an `azureClientPassword`! The feature request here would be to perform authentication with a Managed...
Yep, agree. Thanks @r2k1 for the detailed writeup here! Very helpful. You mention that resource usage grows linearly with the number of nodes/pods. When you ran your experiment, did you...
No problem!
Going to continue working & testing this PR now.
@AjayTripathy @Sean-Holcomb Let me know what you think about these changes. Based on my research so far, I think I can only conclusively say that the AWS provider does not...
Resolved by https://github.com/opencost/opencost/pull/2386