Focus: Kong Gateway
Background: Deploy and Secure Istio's Bookinfo application through Kong Gateway.
Topics:
| #!/usr/bin/env python3 | |
| """ | |
| Pure UOR — execution + integrity + NTT spectral (lossless full-complex) | |
| ===================================================================== | |
| This script implements: | |
| - A dynamic prime cache | |
| - Data and exec opcodes with per-chunk checksum (exp⁶) | |
| - Block framing via prime⁷ headers | |
| - Forward & inverse Number-Theoretic Transform (NTT) mod 13 as a spectral operator | |
| - Automatic inversion ensuring lossless round-trip |
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 |