Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Vault

4 Topics 97 Posts
  • Vault - Package Updates

    Pinned
    82
    0 Votes
    82 Posts
    15k Views
    Package UpdatesP
    [1.80.2] Update vault to 1.19.2 Full Changelog core: Bump Go version to 1.23.8 secrets/openldap: Update plugin to v0.15.4 [GH-30279] secrets/openldap: Prevent static role rotation on upgrade when NextVaultRotation is nil. Fixes an issue where static roles were unexpectedly rotated after upgrade due to a missing NextVaultRotation value. Now sets it to either LastVaultRotation + RotationPeriod or now + RotationPeriod. [GH-30265] secrets/pki (enterprise): Address a parsing bug that rejected CMPv2 requests containing a validity field. secrets/pki: fix a bug where key_usage was ignored when generating root certificates, and signing certain intermediate certificates. [GH-30034] secrets/transit: fix a panic when rotating on a managed key returns an error [GH-30214]
  • Vault - OIDC Support

    2
    0 Votes
    2 Posts
    382 Views
    girishG
    Also, because of the recent licensing changes in all of Hashicorp's products, Vault has been forked as OpenBao. https://github.com/openbao/openbao/tree/development
  • Vaultwarden vs Vault

    8
    1 Votes
    8 Posts
    4k Views
    marcusquinnM
    @scooke Think of Vault as kinda like Bitwarden but for code to lookup with. Unless you're coding access to things, I don't think you'd need it.
  • Vault process running out of memory--plenty of memory available.

    Moved oom
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    @mastadamus I will bump up the memory limit for vault. https://learn.hashicorp.com/tutorials/vault/reference-architecture says 4-8GB is recommended. Currently, the cloudron package runs at 256MB! Also, as you guessed, it's only the vault container that is dying and the server is not affected (I guess that's one of the main benefits of running in containers, a single app cannot bring down a system).