Focus: Kong Gateway
Background: Deploy and Secure Istio's Bookinfo application through Kong Gateway.
Topics:
Focus: Kong Gateway
Background: Deploy and Secure Istio's Bookinfo application through Kong Gateway.
Topics:
Confirm you have Docker and Docker compose installed
Create a environment var for you Kong License, KONG_LICENSE_DATA
Create a file with your json license
Create your environment variable KONG_LICENSE_DATA from the above file
#!/usr/bin/env python3 | |
import json | |
import os | |
import sys | |
import base64 | |
ign_file = open(sys.argv[1]) | |
ign_json = json.load(ign_file) | |
ign_file.close() |
ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/id_rsa | |
ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/github_rsa | |
ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/mozilla_rsa |