Skip to content

Instantly share code, notes, and snippets.

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-south-1:913108190184:certificate/fe658ba7-bcd9-4e66-a070-df13cb57ff8a
alb.ingress.kubernetes.io/healthcheck-path: /bifrost/v1/health
alb.ingress.kubernetes.io/healthcheck-port: "8080"
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
alb.ingress.kubernetes.io/load-balancer-attributes: deletion_protection.enabled=true
alb.ingress.kubernetes.io/scheme: internet-facing
{
"keys": [
{
"alg": "RS256",
"e": "AQAB",
"kid": "4c477300aebb4e40addba4f11e99b929",
"kty": "RSA",
"n": "r2HSa3Fk1qu3Geu4onj8xgeftoIduOKZtPjEIoNUbNKZqE3Xsxg8lOw81rE_uIB9-O-YqzFHmQvIh68xjwaIkFKeLTPB1JhCV3qc43peS1OvqlYk1uIc-eJUFJ2fNv34RC7zsqKuur3A8MKBTyK_e9Dzx-8ESIYXEs9Zj3knyWt0l83_ZbDL3_6aEKi3BsjD6iSIVgt7VQb2Dfjx-emOfmOOjb6p5vVpOOuPiF4kRdAi0hpwneIZWxsrWP2387YNfOsI22GIKCt00AfKtZtfQ5fHCxQpUco3b5mWhCBOyld0g06iv4sEY_y3BVNvgLp5UankIILZfURfIFl0PaDxvQ",
"use": "sig"
},
@rverma-jm
rverma-jm / apispec.yaml
Created January 10, 2020 07:52
lending
openapi: 3.0.2
info:
title: Jupiter Money - OpenAPI 3.0
description: "This is jupiter's core banking server based on the OpenAPI 3.0 specification"
termsOfService: http://swagger.io/terms/
contact:
email: rohit.verma@jupiter.money
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html