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

Secrets with a owner.group and owner.user should mkdir with that user and group #157

Open
cole-h opened this issue Jun 7, 2021 · 0 comments
Labels
help wanted PR very welcome! triaged Discussed in-team, actionable

Comments

@cole-h
Copy link
Contributor

cole-h commented Jun 7, 2021

Otherwise, we have to do something janky in the action like chowning the path to the file -- even though the file has the proper owner and group, the created parent directories don't.

      action = [
        "chown"
        "-R"
        "${owner.user}:${owner.group}"
        "${config.users.users.user.home}"
        # more stuff here
      ];
@srhb srhb added triaged Discussed in-team, actionable help wanted PR very welcome! labels Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted PR very welcome! triaged Discussed in-team, actionable
Projects
None yet
Development

No branches or pull requests

2 participants