Skip to content
View dehypnosis's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report dehypnosis

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

Pinned

  1. moleculer-api moleculer-api Public

    A dynamic API Gateway which updates REST endpoints, GraphQL schema, Websocket handlers and access control policies by integrating metadata of discovered remote services.

    TypeScript 15 2

  2. moleculer-iam moleculer-iam Public

    Centralized IAM module for moleculer. Including a certified OIDC provider and an Identity provider for user profile, credentials, and custom claims management feature. Custom claims could be define…

    TypeScript 15 4

  3. vault-sync vault-sync Public

    Forked from qmit-pro/vault-sync

    Generate configuration object from HashiCorp Vault by automatic authenticating with local token or kubernetes service account in pod environment.

    TypeScript

  4. chat chat Public

    React/MobX + Express/Socket.io Chat Server/App

    JavaScript 31 18

  5. kubernetes remove old telepresence d... kubernetes remove old telepresence deployments
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    kubectl get deploy --all-namespaces \
    4
      -l telepresence \
    5
      -o custom-columns=namespace:.metadata.namespace,name:.metadata.name,age:.metadata.creationTimestamp \