Skip to content

Give Administrator group access to datadog.yaml#571

Merged
albertvaka merged 1 commit intomasterfrom
albertvaka/fix-permissions-windows
Oct 22, 2019
Merged

Give Administrator group access to datadog.yaml#571
albertvaka merged 1 commit intomasterfrom
albertvaka/fix-permissions-windows

Conversation

@albertvaka
Copy link
Copy Markdown
Contributor

On Windows, Administrator doesn't have access to every file, and if we
remove access to the Administrator user and group, we lock ourself out of
the file. In other places this is already taken into account and explicitly
set, but here we were using the default value for mode. The default worked
well in previous tests, but I run into the lock out problem on a test using
Windows 2008 with puppet 6.10, so better make this explicit here too.

On Windows, Administrator doesn't have access to every file, and if we
remove access to the Administrator user or group, we lock ourself out of
the file. In other places this is already taken into account and explicitly
set, but here we were using the default value for mode. The default worked
well in previous tests, but I run into the lock out problem on a test using
Windows 2008 with puppet 6.10, so better make this explicit here too.
@albertvaka albertvaka changed the title Give Administrator group access explicitly Give Administrator group access to datadog.yaml Oct 22, 2019
@albertvaka albertvaka merged commit 7d0a7eb into master Oct 22, 2019
@mx-psi mx-psi mentioned this pull request Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants