-
Notifications
You must be signed in to change notification settings - Fork 276
Consider supporting multiple sources for a Resource #1104
Copy link
Copy link
Closed
Labels
jirafor syncing to jirafor syncing to jira
Description
Hmm that said we should probably also have nicer support for multiple URLs in included Ignition, so that one could upload configs to multiple S3 regions and have fallback; something like:
'{"ignition":{"config":{"replace":{"source0":"https://s3-us-east-1/mybucket/myconfig.ign", "source1": "https://s3-us-west-1/mybucket/myconfig.ign", "verification": "sha512here"}},"version":"3.1.0"}}'
(Multiple urls should probably require Verification to ensure they are the same and avoid nondeterminism)
Originally posted by @cgwalters in #1100 (comment)
Edit: per #1104 (comment), that would be:
'{"ignition":{"config":{"replace":{"sources":["https://s3-us-east-1/mybucket/myconfig.ign", "https://s3-us-west-1/mybucket/myconfig.ign"], "verification": "sha512here"}},"version":"3.1.0"}}'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
jirafor syncing to jirafor syncing to jira