Pascal Reeb
Pascal Reeb
@adfinis/helm-charts what do you think about bumping this chart to `1.0.0` ?
Verified that the change from `bao` to `openbao` works: ``` root@debian13:~# sudo apt install openbao Installing: openbao REMOVING: bao Summary: Upgrading: 0, Installing: 1, Removing: 1, Not Upgrading: 0 Download...
I was given access to the Securosys CloudHSM DEV HSM partitions and was able to successfully initialize OpenBao today 🎉 We have to modify the [HCV-Enterprise Installation Guide](https://docs.securosys.ch/hc-vault-enterprise/Installation/) a bit,...
Good question, I got this from the [installation guide](https://docs.securosys.ch/pkcs/Installation/pkcs11_provider_installation). I'll try out if it also works without a dedicated user
Just tested it again using the following Dockerfile and this also worked fine: ``` ARG BAO_VERSION FROM ghcr.io/openbao/openbao-hsm-ubi:2.2.0 COPY primus /usr/local/primus ENV PRIMUS_HOME "/usr/local/primus" ENV PATH "$PATH:$PRIMUS_HOME/bin" env LD_LIBRARY_PATH "$LD_LIBRARY_PATH:$PRIMUS_HOME/lib"...
When trying out the release pipeline on my personal fork I always run into the disk issues and found online that you can "clean up" the runner prior to running...
You can always login using the CLI with `bao write auth/kubernetes/login role=dev-role jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...`
Thanks to @bashgeek we're now setup to push rpm's to S3! We now got the following secrets configured: * `PKG_S3_ACCESS_KEY` * `PKG_S3_BUCKET_NAME` * `PKG_S3_SECRET` * `PKG_S3_SERVER_NAME` it will then be...
Thanks @bashgeek for your repo. I'm currently looking into this to integrate our already built `.deb` and `.rpm` packages from goreleaser. My work is tracked inside #1870 - it's WIP...
#1870 is now ready for review :)