Enquier
Enquier
There is no JWT in my file: ```json { "name": "k8s-pod-network", "cniVersion": "0.3.1", "plugins": [{"container_settings":{"allow_ip_forwarding":false},"datastore_type":"kubernetes","ipam":{"assign_ipv4":"true","assign_ipv6":"false","type":"calico-ipam"},"kubernetes":{"k8s_api_root":"https://20.96.0.1:443","kubeconfig":"/etc/cni/net.d/calico-kubeconfig"},"log_file_max_age":30,"log_file_max_count":10,"log_file_max_size":100,"log_file_path":"/var/log/calico/cni/cni.log","log_level":"Info","mtu":0,"nodename_file_optional":false,"policy":{"type":"k8s"},"type":"calico"},{"capabilities":{"bandwidth":true},"type":"bandwidth"},{"capabilities":{"portMappings":true},"snat":true,"type":"portmap"}] } ``` There is in the kubeconfig: ```json {"header": {"alg":"RS256","kid":""}, "payload": {"aud":["https://kubernetes.default.svc.k8s-k8s"],"exp":1709681063,"iat":1709594663,"iss":"https://kubernetes.default.svc.k8s-k8s","kubernetes.io":{"namespace":"calico-system","serviceaccount":{"name":"calico-cni-plugin","uid":""}},"nbf":1709594663,"sub":"system:serviceaccount:calico-system:calico-cni-plugin"}} ```
> As a temporary workaround until the next release of share, you can modify the share Dockerfile in your SDK, or create a custom image from share 6.2.0 and add...
Tested to ensure that this doesn't break when trying to export "Matrix" type diagrams anymore.
Fixed in #283
That would be a great/more general way to manage internal vs external rt servers/other repositories. My use case is rather complex in that I am downloading from an external non-artifactory...
I have added a PR with a fix for this. CLA is not available via link anymore
Similar to the closed (stale) issue #1653 ?
I did a little more testing and it seems as though if I put in a full relative path it works: "eg ../../path/to/file as opposed to path/to/file. Is there a...
Added some config to compiler options... didn't realize TSOA wasn't taking from the local tsconfig (my bad)