This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Spaces Overview Apigee Spaces is a new Role Based Access Control feature
that allows API proxies, Shared Flows and API Products to be associated
with a "Space". A Space acts as a container for the resources and allows
users to be assigned to one or m...
As far as I know, Postman does not directly support creating an Open API
Specification from the Apigee discovery document:
'https://apigee.googleapis.com/$discovery/rest?version=v1' But, it can
be done using: https://github.com/stackql/google-discove...
Given the proxy deployment limits of 50 per environment and 4250 per
organization, it would be nice if Apigee X provided a dashboard or
report to show proxies without traffic over a period of time. Currently,
you could use the proxies list UI page to...
Apigee is a platform for developing and managing API proxies that often
requires the use of mutual TLS for northbound (Client --> Apigee)
connections. There is an existing solution for mTLS using a TCP Load
Balancer with Envoy Proxy backend. This sol...
Use Case As a customer with annual API usage limits, I need to monitor
total API usage during the year to avoid overage charges. Problem Apigee
Edge or X does not currently offer customers an out-of-the box solution
to determine overall API traffic u...
The `target.header.host` flow variable is documented as of today:
https://cloud.google.com/apigee/docs/api-platform/reference/variables-reference#target
This is most likely due to how Apigee sets the host header from the
TargetEndpoint configuration, either via a TargetServer, URL or
templated URL. You can use an Assign Message to set the special and
currently undocumented `target.header.host` in the...
Hi Raghu, Hi Raghu, Apigee doesn't support a "grace" period as described
by Okta. The OAuthV2 policy can control whether or not the refresh token
is reused or a new one is created (default behavior). When a new refresh
token is created from a valid r...
This worked for me components: parameters: x-required: name: X-Required
in: header description: test Required header required: true schema:
type: array items: type: number enum: - 1 - 2 And gave me this error
when I sent 3 in the header { "fault": { ...
Hi @amitkhosla, Re: Can MTLS be done without XLB? I am trying to connect
Apigee behind another service. Yes, you can configure mTLS on any of the
application load balancers. See docs here:
https://cloud.google.com/load-balancing/docs/mtls