Mike Rizzo

Results 13 comments of Mike Rizzo

Just adding the output of `velero restic repo get wordpress-primary-8gzr6 -o yaml` on the secondary cluster. Again it shows the failed `restic init` on a repo that already exists. Why...

Thanks @sseago. Yes no matter what I try, Restic ignores the region I have set and tries to connect to S3 bucket using the region that the cluster is running...

Lookoing at the [restic docs](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#amazon-s3), I think I need to figure out a way to get velero to add the option `-o s3.region="us-east-2"` when calling `restic init`. Is there any...

@sseago agreed, but it is Velero that is invoking Restic, and the BSL is a Velero object. So Velero somehow needs to communicate that BSL region id through to the...

> There is no easy way to add a new parameter in the Restic command. From the Restic document you post, I think adding an environment variable `AWS_DEFAULT_REGION` in Velero...

Thanks @sseago , but I already had that permission in the IAM policy.

@bcelenza Can you please clarify that the intent of this feature request is that the name of the virtual service should not need to be resolvable in DNS? IMHO the...

> Similar to #34, App Mesh should support end user-to-service authentication with JWT tokens. This is implemented in Envoy by https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/jwt_authn_filter. Envoy link above is stale. Try: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/jwt_authn/v3/config.proto

Yes it is 0.0.246. See below: ![image](https://github.com/aws-samples/aiml-genai-multimodal-agent/assets/16359327/b11e3938-bc3d-45b2-917a-c77742b207b1)

After some trial and error, I found that the highest version of langchain that will work with anthropic version 0.2.10 is 0.0.224. I am not sure why `langchain==0.0.246` is used...