-
Notifications
You must be signed in to change notification settings - Fork 510
Remove .agentcore_primitives from tracking #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Latest scan for commit: Security Scan Results |
| }) | ||
|
|
||
| logger.info(f"✓ API Key Credential Provider created successfully") | ||
| logger.info(f" Provider ARN: {api_key_provider['credentialProviderArn']}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (password)
|
|
||
| logger.info(f"✓ API Key Credential Provider created successfully") | ||
| logger.info(f" Provider ARN: {api_key_provider['credentialProviderArn']}") | ||
| logger.info(f" Provider Name: {api_key_provider['name']}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (password)
| api_key_provider_arn = f"arn:aws:bedrock-agentcore:{aws_region}:{get_account_id()}:credential-provider/InsuranceAPIKeyProvider" | ||
|
|
||
| logger.info(f"✓ Using existing API Key Credential Provider") | ||
| logger.info(f" Provider Name: {api_key_provider_name}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (password)
| """ | ||
|
|
||
| logger.info("Add the following to your .env file:") | ||
| logger.info(env_additions) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (password)
This expression logs
sensitive data (password)
This expression logs
sensitive data (password)
| logger.info("\nPhase 1 (Outbound Identity):") | ||
| logger.info(f" ✓ OAuth2 configuration documented (using Cognito)") | ||
| if api_key_provider_name: | ||
| logger.info(f" ✓ API Key Provider created: {api_key_provider_name}") |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (password)
This expression logs
sensitive data (password)
This expression logs
Amazon Bedrock AgentCore Samples Pull Request
Important
review readylabel to it. Only PRs withreview readywill be reviewed.Issue number:
Concise description of the PR
User experience
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.