Skip to content

Commit ba13e48

Browse files
authored
Merge pull request #57 from scality/bugfix/WKBCH-16/fix_vault_s3_allowFrom
bf(WKBCH-16): Fix CIDR to match all IPs 0.0.0.0/8 => 0.0.0.0/0
2 parents 829424e + 62dc207 commit ba13e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vault/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"S3": {
88
"address": "0.0.0.0",
99
"port": 8500,
10-
"allowFrom": ["0.0.0.0/8", "::1"]
10+
"allowFrom": ["0.0.0.0/0", "::1"]
1111
},
1212
"administration": {
1313
"address": "0.0.0.0",

0 commit comments

Comments
 (0)