Files
oracle-deep-data-security-lab/apps/README.md
Rodrigo db3d68af10
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled
Improve Deep Data Security lab scenarios
2026-05-13 16:13:04 -03:00

13 lines
529 B
Markdown
Executable File

# 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.