Mor Dabastany
Mor Dabastany
@jwineinger - seems like what I'm looking for. were you able to link tests together?
Hi @naggappan, Did you managed to work it out? we have the same exact issue we are trying to solve. I don't mind switching tools - I just need it...
Yep, needed as well from my side. It's crucial in fact..
Hi @HugoMario, thanks for taking the time to response. That's the swagger schema I'm using. > { "CmsTenantEntry" : { "type" : "object", "required" : [ "credentialsName", "endpoint", "locationUrl", "name",...
any news? :(
Hi folks, tried this fix but without using "MY_PREFIX = '/prefix'" value. it didn't worked well for me. do we need it for k8s deployment or we can just use...
Any solution for this? I'm unable to work behind ngnix as well..
Sure. Using NGNIX with docker compose dons't allow me to open the dashboard UI. The code is in this project: https://github.com/Formartha/ai1899 The exact affected files are: - https://github.com/Formartha/ai1899/blob/main/docker-compose.yaml - https://github.com/Formartha/ai1899/blob/main/nginx.conf
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: {{ include "helm-wrapper.serviceAccountName" . }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: cluster-admin subjects: - kind: ServiceAccount name: {{ include "helm-wrapper.serviceAccountName" . }} namespace: {{...
Thanks! What are the list of permissions it needs?