Moulick Aggarwal

Results 122 comments of Moulick Aggarwal

Damn, this finally worked ```json { "env": { "CLAUDE_CODE_USE_BEDROCK": "1", "AWS_DEFAULT_REGION": "eu-west-1", "AWS_REGION": "eu-west-1", "ANTHROPIC_MODEL": "arn:aws:bedrock:eu-west-1::inference-profile/eu.anthropic.claude-3-7-sonnet-20250219-v1:0" } } ``` The key was defining `AWS_REGION` and not `AWS_DEFAULT_REGION` --- Edit: To...

We (@pedronieto1206 and me) were facing the same issues. In our setup we had external secret fetch the the 1password connect token from AWS secret manger. Aka Cluster Secret Store...

Rate limits should not be a problem as the whole point of the connect server is to cache and buffer against 1password rate limits. https://developer.1password.com/docs/connect/ according to the docs, the...

If it really is a race condition then maybe there should be a check that the API call to 1p is not made without a token? If that's not already...

Taking inspiration from @BrianKopp your example https://github.com/external-secrets/external-secrets/pull/4773

@TheNaman047 Use the brew installation if you can, that will do the cleanup properly. You can see the linked PR above.

Same issue for me. Having a ton of `compositionrevision` creates a mess in the ArgoCD UI as well. While it's also a problem for providers and functions, it's not that...

We could probably support sprig as in `ProfileFormat` where then the user could define `{{ .Tags.xyz }}`, or only show the tags mentioned in `AccountPrimaryTag` ?

I take back `{{ .Tags.xyz}}`, that was a bad suggestion. I am now thinking something like (minimal config) ```yaml SSOConfig: Default: Accounts: 123456789123: Name: company-a-production Tags: team: team-a type: internal...