Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

writeToFile: allow empty permission to preserve the existing #1929

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 8, 2024

  1. writeToFile: allow empty permission to preserve the existing

    Allow empty permission to preserve the existing perm if the file exists.
    Perm 0664 will be used for the created files if it's not specified.
    
    This can be useful for the cases where the file already exists with the
    right perms but the vault agent process doesn't have access to chmod it
    but only read/write to it.
    
    Signed-off-by: Seena Fallah <seenafallah@gmail.com>
    clwluvw committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6c71a08 View commit details
    Browse the repository at this point in the history