Martin Atkins
Martin Atkins
Hi again, @kenielf! The core maintainers had some _initial_ discussion about this today. Although we had consensus that this seems like a useful capability when considered in isolation, the fact...
One thing I notice reading back the earlier comments is that we were previously focused on the requirement to change the state snapshot format, and didn't talk about the other...
Hi @mrpewny, From what I can tell, the error message you encountered here was produced by an older version of the [`hashicorp/go-azure-helpers`](https://github.com/hashicorp/go-azure-helpers) library that OpenTofu v1.10 uses for its implementation...
Hi @prahastakumar! Sorry this didn't work as expected. Could you also share the content of the `generated.tf` file? It seems like Terraform has generated something invalid in that file, and...
Hi @Bjyothi2023, According to the upstream issue https://github.com/golang-jwt/jwt/issues/258, this vulnerability report is invalid. The upstream maintainers suggest that the new release does not change anything material about the code and...
I've already had a few GitHub Issues where I asked if someone would be willing to test with nightly and they answered that it would be hard for them because...
Hi @xyabhi! Thanks for reporting this. In the debug log we can see OpenTofu making an initial request to `https://harbor.example.com/v2/`. OpenTofu enters this authentication codepath whenever that request returns a...
Hi @xyabhi! Thanks for confirming. In that case, it seems like OpenTofu is behaving as the server is telling it to: there is no `scope` argument in that `www-authenticate` header...
Hi @xyabhi! Thanks for sharing that additional information. From what you've described it does seem like ORAS is following a different sequence than OpenTofu does. OpenTofu's current approach is to...
Hi again @xyabhi, The core maintainers discussed this issue today and we decided to accept it as something we'd like to support, but we also don't know exactly how to...