wayne
wayne
I went into more detail on your HN post, but $5k likely isn't going to tempt people with the skills necessary to take a shot at this. I also agree...
I was just thinking about this yesterday and had two ideas: * add some kind of conformance middleware to an existing registry * create a registry conformance proxy that can...
@rajeiyer I've implemented this as specified by @hiltontj in https://github.com/influxdata/influxdb/pull/26537. I didn't realize while implementing it that https://github.com/influxdata/influxdb/issues/26497 was based on this issue so I didn't know to ask for...
I'm taking a look at this today FYI, thanks for your feedback and patience!
@rajeiyer can you confirm that the credentials you are providing have the following form? ``` { "aws_access_key_id": "", "aws_secret_access_key": "", "aws_session_token": "", "expiry": "" } ``` If not, can you...
Thanks for verifying -- I just wanted to verify you included the optional expiry field. I suspect i have a fix for the issue, but I am waiting on the...
> Thanks for the quick follow up. Can you please describe the root cause? When I originally implemented the behavior I didn't have access to short-expiry session tokens to actually...
@rajeiyer here's a PR that implements the fix: https://github.com/influxdata/influxdb/pull/26605 I was able to obtain short-lived session tokens and validate the fix using the same workflow you described on the enterprise...
I'd be happy to rebase this onto the latest devel branch if one of the maintainers does happen to be open to it. I had totally forgotten about it until...
> There are quite a few logs emitted from that function and NOT_FOUND is [handled gracefully](https://github.com/influxdata/influxdb/blob/a6f8aab12c0b662d811b618d6d0df3780ecfce40/influxdb3_write/src/table_index_cache.rs#L410-L413). This makes me think that (1.) is a possibility, but we'll need to reproduce...