Connor Graham
Connor Graham
I'm trying to define add a http response header to a request only when it is routed through my `-canary` service. I'm using Istio. I found I can add this...
Need to implement a pattern in `plugin.config.yml` to support private plugin repos. For example: ``` plugins: - name: pluginA repo: https://github.com/myorg/pluginA.git auth: # type http or ssh detected by repo...
Can bitops be executed as a cli `bitops deploy` instead of as a docker image?
All plugins are run sequentially. Unless there is a dependency on one tool to complete before the next runs, we can instead run tools in parallel. Because tools depending on...
``` An error occurred (ValidationError) when calling the UpdateStack operation: Stack:arn:aws:cloudformation:us-east-1:xxxxx:stack/yyyyyyyy/zzzzzzzz is in ROLLBACK_COMPLETE state and can not be updated. 388 ``` I think this is because https://github.com/bitovi/bitops/blob/master/scripts/cloudformation/cloudformation_deploy.sh#L26 simply checks...
Introduce slack notification capabilities - to send success/failure notifications - Generic notifications that can be implemented for custom events
BitOps' current lifecycle on each tool is * before deploy * deploy * after deploy Propose and implement a more thorough lifecycle that has custom before and after hooks for...