Closed jboyd01 closed 6 years ago
Hey Jay,
Wondering if you can give me some more debug steps? I tested w/ minikube and both authenticate: true and false worked as of last time I tried.
re-attempting now but some more steps would be helpful :)
No kidding. I'm working with local-up-cluster.
What happens if you set it to false and delete the cert? I believe from what I saw in the logs the Broker will return the authInfo structure still and the catalog controller sees it and attempts to load the secret etc. In my case the secret didn't exist/couldn't be found and it error-ed out even when authenticate was set to false.
I don't think any of this is specific to my PR, but this testing was on my helm-ssl branch. I don't use minikube much, usually just local-up-cluster. I'll make some time to retry with minikube.
I'm at a loss on the secret name differences... If you can't reproduce I'll run through this again.
This is what I am seeing:
==> MISSING
KIND NAME
secrets broker-skeleton-broker-skeleton
Does anyone know why a resource that is created may be missing?
Maybe it's in a wrong namespace?
I don't think the chart was ever moved away from the 'broker-skeleton' naming, which we should probably fix.
On Fri, Apr 27, 2018 at 9:56 AM, Lili Cosic notifications@github.com wrote:
Maybe it's in a wrong namespace?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pmorie/osb-starter-pack/issues/95#issuecomment-384977485, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWXmCqeIeYHCB8M3pb6ltQFHf7uQvw7ks5tsyN0gaJpZM4TgJtP .
This is actually fixed. Shawn came up with the solution ( use post install hook for creating broker ("helm.sh/hook": post-install)) and its included in https://github.com/pmorie/osb-starter-pack/pull/92 which is ready to be merged.
While rebasing https://github.com/pmorie/osb-starter-pack/pull/92 I hit several issues: