https://blog.bitsrc.io/understanding-json-web-token-authentication-a1febf0e15
This file contains hidden or 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
| --- | |
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: konga | |
| namespace: kong | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: |
This file contains hidden or 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
| import base64 | |
| import http.client as httplib | |
| import logging | |
| import os | |
| import time | |
| import traceback | |
| import zlib | |
| from confluent_kafka import Consumer, KafkaError, Producer |
This file contains hidden or 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
| import json | |
| import requests | |
| import logging | |
| import os | |
| from logging.config import dictConfig | |
| # debug settings | |
| debug = eval(os.environ.get("DEBUG", "False")) | |
| from flask import Flask, make_response, request |
This file contains hidden or 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
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: jupyterlab | |
| namespace: jlab | |
| labels: | |
| name: jupyterlab | |
| spec: | |
| replicas: 1 | |
| selector: |
I hereby claim:
- I am deepaksood619 on github.
- I am deepaksood619 (https://keybase.io/deepaksood619) on keybase.
- I have a public key ASB9czS8IY4ExWBoKn0g_gkLRely0xm5NseWWYTbpsj9BAo
To claim this, I am signing this object: