John Poth
John Poth
Ran into the same issue. What I did, after playing around for a while, was simply remove [keytar](https://github.com/Joxit/docker-registry-ui/blob/main/examples/electron/index.js#L3) references as I didn't need it :D After that I noticed that...
@vgibilmanno perhaps some useful info would be to run the command locally yourself: `aws-iam-authenticator token -i SOMEOTHERNAME -r arn:aws:iam::SOMEROLEID:role/SOMEROLE` and maybe show us the output ? Of course censuring private...
Hi @astefanutti so the expired is always set to now: `ExecAuthProvider ... this.expiry = Date.now();` So the token is always refreshed even if it's still valid on the first run....
@astefanutti I hadn't thought about that... judging from the feedback #60 I'm thinking it might be something different ? That being said I don't see what could be causing this...
It may be that `certificate-authority-data: DATA+OMITTED` from @vgibilmanno's Kubernetes config isn't taken into account when executing the `curl` command, if it's not present in /etc/ssl/certs/ca-certificates.crt - so adding it will...
Hi @rse , thanks for reviewing! I saw the comment. Could you please elaborate the problem of widgets having the same style? I tried reproducing using the sample.js file by...
@rse no worries I'll try to reproduce on my side too. From a design standpoint I don't think it should be needed to clone the options. So if it is...
Yeah same I'm getting: ```[ERROR] unknown protocol: classpath javax.xml.transform.TransformerException: unknown protocol: classpath at org.apache.xalan.xsltc.trax.TransformerFactoryImpl.passErrorsToListener (TransformerFactoryImpl.java:661) at org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates (TransformerFactoryImpl.java:836) at org.apache.camel.quarkus.support.xalan.XalanTransformerFactory.newTemplates (XalanTransformerFactory.java:70) at org.apache.camel.quarkus.component.xslt.deployment.XsltProcessor.xsltResources (XsltProcessor.java:116) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke...
as suggested by @zhfeng, testing with #4018 seems to resolve this issue for me (load stylesheet from classpath)... hopefully for @alagusundarams too ... Thanks !
Hi @Hades-888, thanks for the feedback! The insecure option should be taken from the platform CR (default name `camel-k`) Do you mind double checking the insecure option is correctly set...