Skip to content

Commit

Permalink
feat: fixed shell lint and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Aug 14, 2023
1 parent cf6d1ff commit f3ff9a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Apigee products.
A tool to generate topologically sorted Shared Flow dependencies.
- [Apigee Envoy Quickstart Toolkit](tools/apigee-envoy-quickstart) -
A tool to set up the sample deployments of Apigee Envoy.
- [Apigee API Proxy Endpoint Unifier](tools/proxy-endpoint-unifier) -
A tool to unify/split proxy endpoints based on API basepath.

## Labs

Expand Down
4 changes: 1 addition & 3 deletions tools/proxy-endpoint-unifier/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Apigee OPDK to Apigee X/Hybrid API Proxy Endpoint Unifier
# Apigee API Proxy Endpoint Unifier


## Objective
Apigee X has a limitation of hosting only 5 Proxy Endpoints per proxy.Apigee OPDK /Edge has no such limitaion.
Objective is take a proxy bundle and smartly convert them into conditional flows and group them with other proxy endpoints.

Expand Down
3 changes: 2 additions & 1 deletion tools/proxy-endpoint-unifier/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ EOF
python3 -m pip install -r "$SCRIPTPATH/requirements.txt"

# Generate Gcloud Acccess Token
export APIGEE_ACCESS_TOKEN=$(gcloud auth print-access-token)
APIGEE_ACCESS_TOKEN=$(gcloud auth print-access-token)
export APIGEE_ACCESS_TOKEN

# Execute Utility
python3 "$SCRIPTPATH/main.py"

0 comments on commit f3ff9a0

Please sign in to comment.