Files
oracle-deep-data-security-lab/apps/README.md
Rodrigo Pace 52bf971b8b
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled
Translate lab documentation to English
2026-05-08 14:50:52 -03:00

13 lines
529 B
Markdown

# Apps
This directory is reserved for demo applications.
Suggested future additions:
- `springboot-app`: enterprise-style application propagating the end-user identity.
- `ai-agent-demo`: AI agent that generates SQL and runs queries under controlled user context.
- `bi-simulator`: simple client to simulate ad hoc BI access.
Keep applications independent from the infrastructure. They should receive connection strings, wallets, and secrets through environment variables or a secret manager, never through versioned files.