Noe Luaces
Noe Luaces
Tests need to be fixed: https://app.circleci.com/pipelines/github/skupperproject/skupper/3917/workflows/30724e39-9eb7-495f-8174-a52563de7a3a/jobs/24013/parallel-runs/0/steps/0-108
> Also added "Sites in Network" parameter, which is currently not defined in refDog. If I'm not wrong, I think we don't need to add to the skupper site status...
@lynnemorrison do you mind to keep the output status command as it is now and just include in this PR the `--output` flag? We can address later what to show...
this needs changes in the controller given that the remote link information is not yet added in the network status inside the site status.
@lynnemorrison regarding the expected output, we need to check with @ssorj, in order to know what pieces of information are missing. Once we have those requirements, there is another piece...
> what's the intention? run and commit each cli change? Yes, that's the idea, to have this CLI documentation available in the main repository. > would it make more sense...
> Can we get these markdown files incorporated into the skupper-docs somehow? should we add the changes per release only in the skupper-docs, like @pwright suggested?
> I've been using it for a while now so feel like at least some of the kinks have been worked out. It is published as an oci image you...
Hi @shgovind-rh could you confirm if you are still facing this issue?
This error happens when skupper is parsing the `tls.key` with the golang parser `x509.ParsePKCS1PrivateKey`: ``` // ParsePKCS1PrivateKey parses an RSA private key in PKCS #1, ASN.1 DER form. // //...