awslabs / awslabs/agentcore-samples
01-tutorials - [Content Improvement]
Open
01-AgentCore-runtime
01-tutorials
documentation
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
**Which component is impacted by this improvement?**
- [x] 01-AgentCore-runtime
- [ ] 02-AgentCore-gateway
- [x] 03-AgentCore-identity
- [ ] 04-AgentCore-memory
- [ ] 05-AgentCore-tools
- [ ] 06-AgentCore-observability
- [ ] 07-AgentCore-E2E
**Improvement Description**
A clear and concise description of the improvement.
```
The improvement removes the use of global vars when retrieving API_KEY or Oauth Access tokens which are an anti-pattern and might result in token leakage to unauthorized users.
```
Contributor guide
Assessment
This issue has not been assessed yet.