Skip to content

Remove unrestricted Cloudability view#8

Merged
ciaramulligan merged 3 commits into
mainfrom
remove-unrestricted-view
Feb 5, 2026
Merged

Remove unrestricted Cloudability view#8
ciaramulligan merged 3 commits into
mainfrom
remove-unrestricted-view

Conversation

@webbnh

@webbnh webbnh commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

The current code specifies a Cloudability "view" of 0, which means "unrestricted". We did this so that we could use explicit filtering to control the results, instead of imposing a Cost Center-centric view, which might exclude accounts which were incorrectly attributed. (At one point, interactively, we were using a view which included three cost centers.)

However, the folks at Cloudability have tightened the controls, and we no longer have unrestricted access (and, trying to use it results in a 403/Forbidden response). So, we either have to use the current user's default view (which seems prone to unreliable results), or we have to specify a particular view.

This PR changes the code to specify the view for Cost Center 726.

In the course of creating this PR, the change was flagged by Dependabot as having security concerns. So, I've also updated to Go 1.24 and, in particular, updated the dependencies to include the current version of golang.org/x/crypto which should address those.

@ciaramulligan ciaramulligan merged commit e7bfc76 into main Feb 5, 2026
2 checks passed
@ciaramulligan ciaramulligan deleted the remove-unrestricted-view branch February 5, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants