Paul Morie
Paul Morie
I need to check w/ my legal team about what license to use.
Currently this project only supports token auth, but i would be fine with someone adding basic auth support. On Tue, May 1, 2018 at 4:22 PM Joaquin Rodriguez wrote: >...
@joaquinrdzibm It would likely have aspects at both: - `osb-broker-lib` needs to supply the basic auth credentials - `osb-starter-pack` needs to be configured with the correct auth credential values somehow
@joaquinrdzibm sorry about the delay - why don't you ping me on k8s slack or via email and we'll set up a time to talk about this.
It depends on what we're going to use for CI. It's too bad there isn't a cloud-native CI that will let you test stuff in a kube they create for...
@praveenkumar > So k8s does relabel it but only issue I am worried about Mount mode. I'm not exactly sure what the question is here.
@rhatdan > K8s should probably have a flag like private and shared in the volume label that could then be translated into :z and :Z within docker command. There's a...
@navidshaikh @praveenkumar for the record, `SELinuxRelabel` is not a real thing in the Kubernetes API: ``` yaml volumes: - name: storage emptyDir: {} SELinuxRelabel: true ```
@praveenkumar, @jasonbrooks is right -- `SecurityContextDeny` is an admission controller that rejects pods that try to use security context. So, remove that from your list. Btw, apologies for missing the...
I'd want to avoid serving depending on the operator's CR - it's the operator's job to make sure serving does what's in the CR. I think the operator will wind...