Skip to content
View jasonmcintosh's full-sized avatar
🔬
🔬

Organizations

@spinnaker
Block or Report

Block or report jasonmcintosh

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. spinnaker-work spinnaker-work Public

    Generic tools/scripts/docs around spinnaker work

    HCL 8 2

  2. Docker API with CURL Docker API with CURL
    1
    ## This is an example, note hte scope on the auth piece - THIS IS GENERATED PER REPO.  
    2
    ## Requires JQ to be installed
    3
    export IMAGE="armory/clouddriver"
    4
    export TOKEN=$(curl https://auth.docker.io/token\?scope\=repository:$IMAGE:pull\&service\=registry.docker.io | jq -r .token)
    5
    curl -v -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -H "Accept: application/vnd.docker.distribution.manifest.list.v2+json"  -H "Authorization: Bearer $TOKEN" https://index.docker.io/v2/$IMAGE/tags/list
  3. aws-creds helper script aws-creds helper script
    1
    #!/bin/bash
    2
    
                  
    3
    VAULT_PATH=$1
    4
    ROLE=$2
    5
    DURATION=$3
  4. rabbitmq-zabbix rabbitmq-zabbix Public archive

    Zabbix RabbitMQ Configuration

    Python 251 168

  5. esl-erlang-compat esl-erlang-compat Public

    Compat RPM to get esl-erlang RPMs to provide erlang to the RPM Database as well as esl-erlang

    8 10

  6. aws_okta_terraform aws_okta_terraform Public

    Sets up multiple account identity management via Okta

    HCL 2 3