Skip to content
View vdbulcke's full-sized avatar

Organizations

@Devoteam
Block or Report

Block or report vdbulcke

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
vdbulcke/README.md

Hi there 👋

Projects

OIDC/IAM
  • oidc-client: OIDC CLI client for testing/troubleshooting integration with OpenID Connect Providers (e.g. Forgerock, Azure AD, Okta, FAS, etc).
  • oidc-server: Mock OIDC server for testing integration with OIDC Relying Party (i.e. can be used to mock response from OIDC Providers in dev environments).
  • cert-monitor: Both CLI and monitoring server for discovering X509 certificates from various sources: TLS, LDAPS, SAML XML Metadata, OIDC JWK URIs, and expose certificates expiration dates as Prometheus metric for monitoring and alerting. As CLI can be used to extract, parse and display X509 certificates from remote sources.
Rust
  • ghost: Zellij wasm plugin written in rust to launch floating RunCommand panes.
  • zellij-workspace: Zellij plugin to apply multi tabs layout to current zellij session.
Hashicorp Vault
  • terraform-vault-sample: Sample Vault configuration in Terraform and tutorial guides to kickstart your Vault setup.
  • vault-token-monitor: Monitoring server to track Vault tokens' expiration TTLs and exposing them as Prometheus metrics. Additionally adds the ability to auto-renew Vault periodic tokens.
  • hc-vault-util: CLI tool for Vault Transit secret engine: import private key into Vault Transit, and generate CSR from a Vault Transit backed private key. Vault TUI for kv2 secret engine.
  • secret-agent Fork of Forgerock secret agent kubernetes operator to add Hashicorp Vault as a KMS.
GitOps
  • json-patcher: CLI (and interactive terminal UI) tool for managing, previewing, and applying JSON Patch RFC6902 (i.e. same as Kustomize but for arbitrary JSON).
Tools
  • reveal: General purpose Terminal base decoder (jwt, base64, X509,url encoded, etc).
Algo

Pinned

  1. cert-monitor cert-monitor Public

    A tool to discover and monitor X509 certificates

    Go 7

  2. oidc-client-demo oidc-client-demo Public

    OIDC Client Demo

    Go 3 2

  3. oidc-server-demo oidc-server-demo Public

    Standalone Mock OIDC Server

    Go 5 1

  4. ghost ghost Public

    A Zellij plugin for spawning floating command terminal pane.

    Rust 13

  5. vault-token-monitor vault-token-monitor Public

    Monitor Hashicorp Vault token TTL with Prometheus

    Go

  6. hc-vault-util hc-vault-util Public

    Go