R
Railway•14mo ago
Nathan Lively

security policy for automated postgreSQL backups

I'm using the recommended security policy to only allow access to that specific bucket. AWS is giving me this warning, "This policy defines some actions, resources, or conditions that do not provide permissions. To grant access, policies must have an action that has an applicable resource or condition. For details, choose Show remaining." Is this correct?
6 Replies
Percy
Percy•14mo ago
Project ID: 59529c94-83a4-4029-89c7-3ac4d98ea51b
Nathan Lively
Nathan LivelyOP•14mo ago
59529c94-83a4-4029-89c7-3ac4d98ea51b
Nathan Lively
Nathan LivelyOP•14mo ago
Railway Blog
Automated PostgreSQL Backups
A step-by-step guide on automatic PostgreSQL backups on Railway using a one-click template.
Nathan Lively
Nathan LivelyOP•14mo ago
No description
Nathan Lively
Nathan LivelyOP•14mo ago
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": [
"arn:aws:s3:::railway-subaligner-postgres-backups"
]
}
]
}
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": [
"arn:aws:s3:::railway-subaligner-postgres-backups"
]
}
]
}
@Angelo
angelo
angelo•14mo ago
👋
Want results from more Discord servers?
Add your server