Skip to content
View SunChero's full-sized avatar

Block or report SunChero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SunChero/README.md
  • 👋 Hi, I’m @SunChero [Adil Ha]
  • 👀 I’m interested in dev/sec and compliance work
  • 🌱 I’m currently learning golang, web assemblies and libp2p
  • 💞️ I’m looking to collaborate on anything
  • 📫 feel free to drop a line

Pinned Loading

  1. auth auth Public archive

    JWT Authn/Authz for Hasura based on self signed Keys

    Go 1

  2. How to generate JWT RS256 key How to generate JWT RS256 key
    1
    ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
    2
    # Don't add passphrase
    3
    openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
    4
    cat jwtRS256.key
    5
    cat jwtRS256.key.pub
  3. on prem kubernetes + metallb + istio on prem kubernetes + metallb + istio
    1
    apt-get update && apt-get install -y apt-transport-https curl
    2
    curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
    3
    curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
    4
    cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
    5
        deb https://apt.kubernetes.io/ kubernetes-xenial main
  4. istio k3s + helm istio k3s + helm
    1
    wget https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz
    2
    tar -xvf helm-v2.14.3-linux-amd64.tar.gz
    3
    ./helm
    4
    ./helm   init
    5
    ./helm   init --kube-context default
  5. lavalapp lavalapp Public archive

    RealTime Chat and notifications... offline first design

    JavaScript 1