Pierre Beucher

Results 139 comments of Pierre Beucher

Why are you running with sudo? I guess it then tries to use `root` AWS creds instead of your own user, resulting in looking at `/root/.aws` instead of `/home//.aws`. >...

Not sure what to what extent you expect the DYI aspect, but Cloudy Pad goal is to support various possibilities - not only Cloud Provider but also Gaming backend (Wolf,...

The feedback you are providing is already quite useful ! Other than that, I'm working on a development / contribution guide, I can let you know once it's ready. If...

First step towards this, I moved doc to properly organized website: https://cloudypad.gg

@guile1er documentation evolved quite a bit since you initially created this issue: https://docs.cloudypad.gg - I'm gonna close this for now but do not hesitate to provide more feedback ;)

Indeed Vault enterprise namespacing is not yet implemented sorry, but it should be easy enough to add as it seems supported by [vaultrs](https://github.com/search?q=repo%3Ajmgilman%2Fvaultrs+X-Vault-Namespace&type=code) (crate used by Novops) I think support...

Yes, my previous message was for a possible interface using such config. `namespace` config doesn't exist yet. I'll add it soon.

Done with latest release https://github.com/PierreBeucher/novops/releases/tag/v0.17.0 - let me know if that's working for you ;)

Installer required Bash to run since a recent release, that's why you get this error. Is bash installed on your system ? That may be a bug in ho install.sh...

Reproduced the issue on MacOS Ventura - it's a bug in how install.sh identify current shell. Appart from warning it should not prevent installer from working, did you have another...