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

Organizations

@spinnaker

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 Loading

  1. homelab-work Public

    Generic tools/scripts/docs around my homelab work

    HCL 10 3

  2. 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
    1
    #!/bin/bash
    2
    
                  
    3
    VAULT_PATH=$1
    4
    ROLE=$2
    5
    DURATION=$3
  4. rabbitmq-zabbix Public archive

    Zabbix RabbitMQ Configuration

    Python 248 166

  5. 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 Public

    Sets up multiple account identity management via Okta

    HCL 2 3

842 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to spinnaker/orca, jcavanagh/spinnaker-monorepo-public, spinnaker/clouddriver and 36 other repositories
Loading A graph representing jasonmcintosh's contributions from March 17, 2024 to March 23, 2025. The contributions are 44% commits, 40% code review, 16% pull requests, 0% issues.

Contribution activity

March 2025

Created 7 commits in 2 repositories
Opened 1 pull request in 1 repository
cdfoundation/toc 1 merged
Reviewed 3 pull requests in 3 repositories
Loading