Skip to content

Commit

Permalink
update scopes for cloudzero integration (#2437)
Browse files Browse the repository at this point in the history
* update scopes for cloudzero integration

* use asterisk for list items

* remove autoformat changes

* updates classifier tags
  • Loading branch information
ben-dalton committed Jul 17, 2024
1 parent e5011e6 commit c6bd959
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cloudzero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG - CloudZero

## 1.1.0 / 2024-07-17

***Added***:

* Adds ability to pull in metrics to the CloudZero platform

## 1.0.0 / 2023-08-09

***Added***:
Expand Down
4 changes: 3 additions & 1 deletion cloudzero/assets/oauth_clients.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"integration": {
"scopes": [
"usage_read"
"usage_read",
"metrics_read",
"timeseries_query"
],
"redirect_uris": [
"https://app.cloudzero.com/organization/connections",
Expand Down
3 changes: 2 additions & 1 deletion cloudzero/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"Supported OS::Windows",
"Offering::Integration",
"Category::Cost Management",
"Category::Cloud"
"Category::Cloud",
"Queried Data Type::Metrics"
]
},
"assets": {
Expand Down

0 comments on commit c6bd959

Please sign in to comment.