Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created June 12, 2020 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/87d4639be69063257619c1c9b1d85599 to your computer and use it in GitHub Desktop.
Save xximjasonxx/87d4639be69063257619c1c9b1d85599 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: apiuser-apikey
namespace: weather-api
type: Opaque
stringData:
kongCredType: jwt
key: https://farrellsoft.auth0.com/
algorithm: RS256
rsa_public_key: |-
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3PYgeiVyURLhqAkkUOfL
roY281upGVWgBTZKZu6rIMPCiyzuZU8Rnlc1k+cHkbov0uRZIVmwrhMLTr6E9ZwD
-----END PUBLIC KEY-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment