I hereby claim:
- I am izgeri on github.
- I am izgeri (https://keybase.io/izgeri) on keybase.
- I have a public key ASCO1ZVkGZWeRySBQJTyVcSS7DQ4TY72TyLLOhiUjmiiMAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# this script assumes you have an existing `MY_IMAGE` Docker image with your code in `$project_root` | |
# you will also need to update the `/path/to/my/project/` with your actual project path | |
# since golint doesn't ignore the vendor dir, you may want to add multiple `golint /path/...` | |
# lines to the `docker run` command to check the dirs with your project golang code | |
# the result is output to golint.xml |
In this document I describe my philosophy as an engineering manager. It is meant to be a living document, and in service to my first core value (transparency) I am making it publicly available. This includes all of its revisions over time - so anyone can see how my management philosophy has evolved over time.
My role as your manager is to help and support you, to set context for what you’re working on, and to advocate for you and the team with the rest of the company.
Ansible is an automation language and automation engine that lets you describe end-to-end IT application environments with a “playbook.” Ansible’s simple, human-readable language allows orchestration of your application lifecycle no matter where it’s deployed.
Determine whether there are component changes since the last suite release that merit a new suite release.
<?xml version="1.0" encoding="utf-8"?> | |
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> | |
<head></head> | |
<body> | |
<h1>Release Notes</h1> | |
<p>The following features were introduced or enhanced in the Conjur OSS suite vUNKNOWN release.</p> | |
<h2>Components</h2> | |
<p>These are the components that comprise the Conjur Open Source Suite with links to their GitHub releases:</p> | |
<p> |
Draft flow for Puppet invocation of Conjur module:
+---------+ +-------+ +---------+
| server | | agent | | conjur |
+---------+ +-------+ +---------+
| | |
| | Puppet facts collected |
| |----------------------- |
|
function build_task() { | |
return { | |
name, | |
assignee_id: `${assignee_id}`, | |
assignee_type: `${assignee_type}`, | |
view_config: { | |
active: active_view | |
}, | |
status_callbacks: { | |
before_completed |