Fred Vogt

Results 14 comments of Fred Vogt

What was the outcome @isaacegglestone ?

terraform workaround: ```hcl join("/", values(regex("(?Parn:aws:iam::[0-9]+:role)/[^/]+/(?P.*)", ))) ``` I'm not sure this is still needed with `v0.5.1`.

A fix could be to have `iam:GetRole` permissions and "lookup" the full role info by "short" role name. * https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/pkg/arn/arn.go `Canonicalize()` - lookup the full role info to return the...

@geekofalltrades - Got to dog pile a bit on this one too. The default(s) are: * `https://artifacts.k8s.io/binaries/kops//` * `https://github.com/kubernetes/kops/releases/download/v/` * `https://kubeupv2.s3.amazonaws.com/kops//` Code: * https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/cloudup/urls.go The `clusterspec::assets` setting doesn't seem to...

My notes on how to build / stage a release branch build: * https://github.com/cicdenv/cicdenv/wiki/KOPS-use-custom-build Ran into something odd with the CI default short version value: * [KOPS_BASE_URL isn't url-encoded safely...

@chrislovecnm - I think viper is setup up in kops to ONLY cover the case of the `state store` having a `default value`. [cmd/kops/root.go](https://github.com/kubernetes/kops/blob/master/cmd/kops/root.go#L187) ``` rootCommand.RegistryPath = viper.GetString("KOPS_STATE_STORE") ``` The...

The [Stylish google chrome extension](https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en) also has a [Jenkins Blue Ocean dark theme](https://userstyles.org/styles/161405/jenkins-dark-ocean): * https://userstyles.org/style_screenshots/161405_after.png * https://userstyles.org/users/604531

https://issues.jenkins-ci.org/browse/JENKINS-43214 Left a comment on the issue how I think this could be used.

@philiplrb I think what @samrocketman is referring to a some backwards compatible constructor overload.

@samrocketman @philiplrb I fixed the conflict and rebased with master here: * https://github.com/vogtech/github-oauth-plugin/tree/JENKINS-43214 Also added the old constructor back for backwards compatibility with older scripts folks might have. I'll be...