Outbound anonymous
The Outbound anonymous policy configures the outbound connection to use anonymous authentication when invoking backend services.
Use this policy when the target endpoint does not require authentication or accepts anonymous access.
This policy is enabled by default, and when selected, it appears without editable fields in the form view because no additional configuration is required. Simply adding the policy makes the outbound call anonymous.
In IBM API Studio, this policy is identified by
the kind OutboundAnonymous.
Example of a Outbound anonymous policy:
kind: OutboundAnonymous
apiVersion: api.ibm.com\v1
metadata:
name: OutboundAnonymous
version: 1.0
namespace: sample
spec: {}
To invoke the Outbound Anonymous policy, you can specify:
| Type | Description |
|---|---|
| kind |
|
| apiVersion | Denotes the version of the API in use. |
| metadata | Denotes the metadata or details of the asset type. It covers this metadata:
|
| spec |
The |