Jim Weller

Results 8 comments of Jim Weller

I should probably mention that the lxk-iam profile, the source_profile, is not SSO. It's ACCESS_KEY/SECRET.

It **does** work with the `--chain` switch. `assume --mfa-token $OTP --chain lxk-sandbox lxk-iam`

Thanks @nightbarron. Your file got me through the labs. I also needed an apiVersion. ``` apiVersion: apiserver.config.k8s.io/v1 kind: EncryptionConfiguration resources: - resources: - secrets providers: - aescbc: keys: - name:...

Similar experience. We're using bedrock, `us.anthropic.claude-sonnet-4-20250514-v1:0`. Especially with sub commands like with az, the azure cli. `Bash` - works `Bash(*)` - does not work `Bash(az*)` - does not work `Bash(az...

> Is there anything I can do on the user side, without modyfing claude-flow to get those features? Making a data folder? ⏺ Let me check if creating a data/...

It seems to work if I don't use `--dangerously-skip-permissions` because it prompts me to allow the mcp server I have configured in `.mcp.json` and creates `./.claude/settings.local.json`. Once that is created,...

> It seems like you have to have this in `./.claude/settings.local.json` ```json { "enableAllProjectMcpServers": true } ```