MarkusNeuron

Results 7 issues of MarkusNeuron

**Is your feature request related to a problem? Please describe.** At the moment the charts render the token secret volume directly derived from .Values.auth.superUsers.x for the [broker](https://github.com/apache/pulsar-helm-chart/blob/816d88c942e5f1d13e1f11d67708dd16aa02c388/charts/pulsar/templates/broker-statefulset.yaml#L280), the [proxy-](https://github.com/apache/pulsar-helm-chart/blob/816d88c942e5f1d13e1f11d67708dd16aa02c388/charts/pulsar/templates/proxy-statefulset.yaml#L264) and...

We refresh JWT (short living) auth tokens on a 5 min basis. Even if the token is mounted in the filesystem it seems that backend has the old token **cached**...

Hi, we are evaluating the admin-console for productive use and need to connect from external (with a valid CN in the certificate) but also need to go cluster internal via...

# Checklist * [x] I've searched the issue queue to verify this is not a duplicate feature request. * [ ] I've pasted the output of `kargo version`, if applicable....

kind/discussion
needs/priority
needs/area

# Checklist * [x] I've searched the issue queue to verify this is not a duplicate feature request. * [ ] I've pasted the output of `kargo version`, if applicable....

kind/enhancement
priority/normal
area/controller
help-wanted

For our cluster operation and complying to security standards its mandatory being able to configure pod resources. Some standards for resources configuration we need to comply: - OWASP API Security...

By configuring: ```yaml cluster: spec: global: components: # legacy names to be compatible with existing clusters brokerBaseName: neuron-pulsar-broker ``` The service is created correctly: ```yaml kind: Service apiVersion: v1 metadata:...