-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# APICast Profile Sharing Policy | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
|
||
## Description | ||
|
||
A custom policy to attach the profile information of calling account as headers to target backends | ||
|
||
## Usage | ||
|
||
Simply insure to copy the policy source `src/` within APICast container instance and point to it as additional policy load path with `APICAST_POLICY_LOAD_PATH` [environment variable](https://github.com/3scale/APIcast/blob/master/doc/parameters.md#apicast_policy_load_path). | ||
Simply ensure to copy the policy source `src/` within APICast instance and point to it using `APICAST_POLICY_LOAD_PATH` [option](https://github.com/3scale/APIcast/blob/master/doc/parameters.md#apicast_policy_load_path). | ||
|
||
Alternatively, use the `openshift.yml` file provided for S2I [deployment as documented offically](https://access.redhat.com/documentation/en-us/red_hat_3scale_api_management/2.9/html/administering_the_api_gateway/apicast_policies#builtin). | ||
|
||
|
||
## Author | ||
|
||
Abdullah Barrak (abarrak) | ||
Abdullah Barrak (@abarrak). |