Commit 5b56965
committed
Omit chain from DuckDB S3 secret
Why these changes are being introduced:
It sounds like the best option for ECS tasks is using 'instance'
as the provider chain type, where for local dev and/or lambdas
it might be 'sso' or 'env'. Not having 'instance' appears to cause
failures in the ECS task.
How this addresses that need:
By omitting the 'chain' option entirely from DuckDB secret creation
we allow the default provider chain to take effect. Given our fairly
normal usage of DuckDB and S3, this is probably the best approach.
Side effects of this change:
* DuckDB to S3 connections work in ECS
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/TIMX-5401 parent 2fc088d commit 5b56965
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
0 commit comments