Skip to content

Commit

Permalink
add more variables (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-mbe authored Jun 20, 2024
1 parent 2e499a4 commit b4188e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Header name="apigee-client-id">{apigee.client_id}</Header>
<Header name="app-apiproducts">{app.apiproducts}</Header>
<Header name="developer-app-apiproducts">{developer.app.apiproducts}</Header>
<Header name="api-product-list">{api_product_list}</Header>
<Header name="oauth-scope">{scope}</Header>
<Header name="apigee-api-product-list">{apigee.api_product_list}</Header>
<Header name="apigee-oauth-scope">{apigee.scope}</Header>
</Headers>
</Add>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
Expand Down

0 comments on commit b4188e5

Please sign in to comment.