Skip to content

Commit

Permalink
remove settings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Dec 16, 2024
1 parent e3e756d commit 5993da4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"filename": "gen3workflow/config-default.yaml",
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
"is_verified": false,
"line_number": 32
"line_number": 30
}
],
"migrations/versions/e1886270d9d2_create_system_key_table.py": [
Expand Down Expand Up @@ -209,5 +209,5 @@
}
]
},
"generated_at": "2024-12-16T16:59:25Z"
"generated_at": "2024-12-16T22:39:24Z"
}
2 changes: 0 additions & 2 deletions gen3workflow/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ARBORIST_URL:
# /!\ only use for development! Allows running gen3workflow locally without Arborist interaction
MOCK_AUTH: false

MAX_IAM_KEYS_PER_USER: 2 # the default AWS AccessKeysPerUser quota is 2
IAM_KEYS_LIFETIME_DAYS: 30
USER_BUCKETS_REGION: us-east-1

# configure an AWS IAM key to use when making S3 requests on behalf of users. If left empty, it
Expand Down
3 changes: 0 additions & 3 deletions gen3workflow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def validate_top_level_configs(self) -> None:
"DOCS_URL_PREFIX": {"type": "string"},
"ARBORIST_URL": {"type": ["string", "null"]},
"MOCK_AUTH": {"type": "boolean"},
# aws_utils.list_iam_user_keys should be updated to fetch paginated results if >100
"MAX_IAM_KEYS_PER_USER": {"type": "integer", "maximum": 100},
"IAM_KEYS_LIFETIME_DAYS": {"type": "integer"},
"USER_BUCKETS_REGION": {"type": "string"},
"S3_ENDPOINTS_AWS_ACCESS_KEY_ID": {"type": ["string", "null"]},
"S3_ENDPOINTS_AWS_SECRET_ACCESS_KEY": {"type": ["string", "null"]},
Expand Down

0 comments on commit 5993da4

Please sign in to comment.