Skip to content
View bamarch's full-sized avatar

Block or report bamarch

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 Loading

  1. strongbox/strongbox strongbox/strongbox Public

    Strongbox is an artifact repository manager.

    Java 606 614

  2. ovotech/circleci-orbs ovotech/circleci-orbs Public

    CircleCI Orbs

    Shell 52 37

  3. hashicorp/terraform-provider-azurerm hashicorp/terraform-provider-azurerm Public

    Terraform provider for Azure Resource Manager

    Go 4.5k 4.6k

  4. DataDog/helm-charts DataDog/helm-charts Public

    Helm charts for Datadog products

    Go 340 1k

  5. Entrypoint: swap envs for secrets (P... Entrypoint: swap envs for secrets (POSIX)
    1
    #!/bin/sh
    2
    
                  
    3
    # What:
    4
    #   A POSIX compliant entrypoint script that replaces environment variable values with the content of files
    5
    #   e.g. secrets mounted into the container using the Kubernetes Secrets Store CSI Driver
  6. Python: Log to Datadog from AWS Lambda Python: Log to Datadog from AWS Lambda
    1
    """Logger for use in Lambda functions.
    2
    Replaces the default AWS provided logger with our own.
    3
    Provides a structure format that can be easily parsed i.e. by datadog.
    4
    """
    5
    import json