Yannis
Yannis
Thanks that seemed to work ! Is that the correct way going forward or just a temporary workaround ?
I started working on a Helm chart. It seems to work fine for me so far. Only have issue with the handle validation via HTTP but validation via DNS works...
Just a small update. I have moved the chart to another repo to facilitate publishing. I've also published the chart, so it's now usable without cloning the whole GitHub repository....
> > All is here : https://github.com/Nerkho/helm-charts/tree/main/charts/bluesky-pds > > @Nerkho Apparently that chart is no longer available, resulting in a 404 sadly ~~Yes, sorry, meanwhile I moved some of my...
Hey @cipherboy @jediminer543 o/! I was thinking about trying something with [terraform-plugin-codegen-openapi](https://github.com/hashicorp/terraform-plugin-codegen-openapi) and see how far I can get, but haven't gotten to it yet. I have never used this...
So I spent a few hours with the [terraform-plugin-codegen-openapi](https://github.com/hashicorp/terraform-plugin-codegen-openapi) and [terrraform-plugin-codegen-framework](https://github.com/hashicorp/terraform-plugin-codegen-framework). I have a basic example of a provider in this repo : https://github.com/Nerkho/openbao-tofu-provider-example. The resulting Terraform/OpenTofu provider Go code...
I think forking the existing Vault provider would probably favor adoption of OpenBao. Tbh I'm also used to working with that provider, so it would be my preference as well....
@cipherboy What could work is a provider that only focuses on OpenBao specifics and use the existing Vault provider for everything else. That would require users to use the two...
@cipherboy I'm not too deep into provider development, but now that you mention it, I imagine it should be possible to import the Vault provider and extend it with the...
Very cool! Thanks a lot! It looks great. > 1. In order of priority, OpenBao will attempt an unblocking unseal of the instance, skipping any Shamir's seals. > 2. If...