Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tbrb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tbrb
2y ago
The AWS SDK supports supplying credentials based on environment variables. When on my workstation I set AWS_PROFILE to select what profile I'm using, prior to running Terraform. This is then portable to CI where we may be using somethi
2.
▲
by
tbrb
2y ago
I generally consider the AWS CLI configuration to be something that's unique to a developer's workstation, and shouldn't be referenced in terraform code (in the form of tying the workspace name to your AWS profile name). This
3.
▲
by
tbrb
2y ago
The biggest life changer to me back when I worked with Mikrotik gear was learning that the '?' character was an immediate "Show me all of the commands I can get to from the current prompt", and then appending '?
4.
▲
by
tbrb
2y ago
Agree that it would be nice to specify credentials a different way - however as a workaround: some bash-based shells support prefixing the command with a space as a way of not saving that command into history. Ref: https://www.gn
5.
▲
by
tbrb
6y ago
> every step and trigger in Relay is just a docker container Ooh, that makes sense. This is also reminding me a bit of Concourse CI ( https://concourse-ci.org ) as that's all docker-based too, though last I checked it wasn
6.
▲
by
tbrb
6y ago
Sounds interesting. Have you any comparisons between this and StackStorm? At first glance, this looks like it competes in a similar market. Additionally, is this only going to be a SaaS offering, or will we have the option to self-host this