Roman Pertl

Results 43 comments of Roman Pertl

Probably a duplicate of #686

This issue also occurs if your private key is on a separate device e.g. Smartcard or Yubikey.

@Bbillyben I'm currently facing the same issues. I think the intended way to expose the public ical calendar is through `iris-relay` (see https://github.com/linkedin/iris-relay/blob/aeeccf101d8b660b8889926127156eda83e23e7a/src/iris_relay/app.py#L1015). Nevertheless I think from a security perspective...

There is the project `oncall-admin` which provides a web interface to administrate oncall users: https://github.com/dwang159/oncall-admin (I had issues to get it working with recent python version, is looks pretty outdated).

You can get the latest solution stack with a data object e.g.: ``` data "aws_elastic_beanstalk_solution_stack" "multi_docker" { most_recent = true name_regex = "^64bit Amazon Linux (.*)(v2\\.)(.*) Multi-container Docker (.*)$" }...

I've started working on this issue: https://github.com/roock/terraform-aws-gitlab-runner/commit/c204e4ba3a0427eedb1386a214bda31d1c287306 ~i t is working when enabling the use of EIP, but for disabling the feature I need a way to reference a non...

@kostyrev ups, thx for the hint

Assignment of EIP to the Runner server itself was added in #161 and #165. Not sure if it is possible to add support for EIPs for the docker-machine servers though.

A possibility would be to use the user_data to assign an EIP to the docker-machine instances.