Skip to content

Instantly share code, notes, and snippets.

View eedwards-sk's full-sized avatar

Ethan Edwards eedwards-sk

View GitHub Profile
@eedwards-sk
eedwards-sk / 1.3.1.log
Created November 20, 2018 01:40
packer validate hangs on 1.3.2
/opt/resource # PACKER_LOG=1 packer validate -machine-readable -var=aws_region=us-east-1 test/data/template.json
2018/11/20 01:38:16 [INFO] Packer version: 1.3.1
2018/11/20 01:38:16 Packer Target OS/Arch: linux amd64
2018/11/20 01:38:16 Built with Go Version: go1.11
2018/11/20 01:38:16 Detected home directory from env var: /root
2018/11/20 01:38:16 Using internal plugin for oracle-classic
2018/11/20 01:38:16 Using internal plugin for amazon-chroot
2018/11/20 01:38:16 Using internal plugin for ncloud
2018/11/20 01:38:16 Using internal plugin for null
2018/11/20 01:38:16 Using internal plugin for profitbricks
@eedwards-sk
eedwards-sk / xulsitatirev.yaml
Created February 14, 2019 16:15
xulsitatirev pipeline
---
resource_types:
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
tag: latest
resources:
- name: git-develop
@eedwards-sk
eedwards-sk / pipeline.yml
Created April 24, 2019 16:29
concourse-docker-compose with sidecar image caching
- task: build
image: concourse-docker-compose
privileged: true
input_mapping:
images: app-build
config:
platform: linux
inputs:
- name: source
- name: ecr-credentials
@eedwards-sk
eedwards-sk / sign-request-py3.py
Last active May 1, 2019 16:53
sign-request.py modified for python 3.x
#!/usr/bin/env python
# -What-------------------------------------------------------------------------
# This script creates a request to the AWS Security Token Service API
# with the action "GetCallerIdentity" and then signs the request using the
# AWS credentials. It was modified from the python 2.x example published by
# J. Thompson, the author of the Vault IAM auth method, at the vault support
# mailing list. https://groups.google.com/forum/#!topic/vault-tool/Mfi3O-lW60I
# -Why--------------------------------------------------------------------------
# We are using python here instead of bash to take advantage of the boto3 library
# which facilitates this work by an order of magnitude
---
platform: linux
image_resource:
type: docker-image
source:
repository: snapkitchen/concourse-docker-compose
tag: 18.06
params: