Lars Wander

Results 14 comments of Lars Wander

I think this deserves a broader discussion around handling secrets between spinnaker & a trigger source, as well integrating this with Spinnaker's authz to avoid having the wrong users read/edit...

I think I have a fix for this that will be public in ~10 minutes, I'll keep you posted.

Can you try again? If it still doesn't work you may not have an API enabled that new projects should by default. We'll figure out what that is & how...

Can you run `grep -i "error" /var/log/syslog`?

@skim1420 is this an expected IAM error? Seems perhaps that scopes are missing, while the API is already enabled.

You will need to push at least one image to your docker registry ``` docker pull nginx docker tag nginx:latest gcr.io/PROJECT_NAME/nginx gcloud docker -- push gcr.io/PROJECT_NAME/nginx ``` will do the...

Oi vey - this is quite the chain of errors - what version is your k8s cluster on?

Do you mean you haven't touched the RBAC settings yet? In that case I bet that the credentials you've downloaded work fine with kubectl, but fail to work with our...

My guess had been that modifying the authentications during runtime could lead to some strange behavior, especially if removing something like an OAuth authenticator while a token was still alive....

This will require a backend change as well to list autoscalers (when available) for server group managers.