Yisheng Cai
Yisheng Cai
I found some jwt auth related configuration in values.yaml and volumeMounts definitions in templates, but no configuration in broker and proxy. How should we handle this, fix or remove? https://github.com/streamnative/charts/blob/93baeacdde7800ac989fbdde32484bc85d97e4cf/charts/sn-platform/values.yaml#L352-L357...
/remove-lifecycle rotten
> Yes, the goal is to be able to provide the app via a simple install command like this: > > > > ``` > > brew install codelauncher >...
> I just enabled comments on pypy.org/blog, which is using utterences (thanks). It turns out the ghostery firefox plugin by default will block the cross-site request to github.com. Worse, the...
```javascript const findNext = function findNext(curPos, around, payload, helpers) { if (!payload.map) { payload.map = []; } record(payload.map, curPos); if (!payload.stack) { payload.stack = []; } payload.stack.push({ x: curPos.x, y:...
太过分了,哈哈哈 > 歪个楼 > > ```js > const findNext = function findNext(curPos, around, payload, helpers) { > curPos.x = 20 > curPos.y = 0 > return { dx: 1, dy:...
encountering same issue, it always breaks automation deployment
cc @gavinbunney
> Anything we can do to get this merged? Currently unable to use the provider as I have an EKS cluster that is behind an ssm bastion host and I...
@Asara FYI, I am currently generating a local kubeconfig as a temporary workaround to support `tls_server_name`.