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

modify adminlist.txt? #20

Open
PAHelper2 opened this issue Apr 19, 2021 · 2 comments
Open

modify adminlist.txt? #20

PAHelper2 opened this issue Apr 19, 2021 · 2 comments

Comments

@PAHelper2
Copy link

Hi! I'm trying to modify the adminlist.txt file. Is there a supported way to do this? I setup AWS Transfer Family, and I can sftp in, and download the file. However, I can't put ANY file into the directory. Any advice on how to fix these permissions? I should have a read/write role, unless I screwed something up.

@PAHelper2
Copy link
Author

As soon as I opened this I figured out a role which let me do it. See below:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": "elasticfilesystem:*",
            "Resource": "*"
        }
    ]
}

@PAHelper2
Copy link
Author

Feel free to close, but may be cool to somehow handle this adminlist.txt file. Thanks!

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

No branches or pull requests

1 participant