Configuration Reference¶
This page is a simplified index of the configuration files you actually need. Use the links below to open the source files directly in GitHub.
Active Configuration Files¶
| File | Purpose | What to do |
|---|---|---|
.env | Main runtime configuration | Copy from .env.example into .env and set your values |
oauth2_providers.yml | Identity provider (IdP) configuration | Adjust only if you need custom IdP behavior |
scopes.yml | RBAC scope and group mapping configuration | Update only when changing authorization rules |
docker-compose.yml | Base service definitions for Docker deployment | Usually keep as-is |
docker-compose.override.yml.example | User override template for Docker services | Copy to docker-compose.override.yml and customize locally |
Quick Setup¶
- Create your main environment file:
- (Optional) Create a local Docker override:
- Edit only what you need in
.envanddocker-compose.override.yml.
Notes¶
- OAuth credential and AgentCore-specific setup content was removed from this page because those flows are now handled in the interface.
oauth2_providers.ymlis the IdP configuration source for authentication providers.oauth_providers.yamlis intentionally not included here.