Matt Gogerly

Results 72 comments of Matt Gogerly

Have you provided a username/passwordCommand? 401 would suggest invalid credentials.

I *think* your logic is correct - I'm not sure why we're doing a `toUpperCase()` here. Just to check - have you had your user log out and back in...

Redacted some potentially sensitive info. How are you running Halyard? In a container, or on a host?

My guess would be you're running as root but don't have access to create files under /root? Are you able to login as a different user and run it?

I'm wondering how much of this is already possible with a plugin? You could in theory have a plugin that sources credentials from a database. Armory's external accounts plugin loads...

Having looked into a couple of providers it looks like calls from Gate -> Clouddriver will never result in a live call (i.e. it's either find it in the cache...

> Perhaps, it would make sense to explicitly mention which kind of tasks (mutating, caching agents related (such as force cache refresh) or read only) need to be handled by...

@apoorvmahajan Ultimately all of the services, delegating or not, end up calling the [buildService](https://github.com/spinnaker/orca/blob/5ccb090e47515e6a56fff9481a6de317e336d392/orca-clouddriver/src/main/groovy/com/netflix/spinnaker/orca/clouddriver/config/CloudDriverConfiguration.groovy#L121) method. The only difference seems to be that the delegating services wrap that in the SelectableService...

@spinnakerbot remove-label stale Implementation pending merge of Groovy refactoring

@spinnakerbot remove-label stale