Commit 5ff9815
authored
enterprise deployment docs (#1418)
## Enterprise Deployment Documentation
Added comprehensive deployment guides for Bifrost Enterprise across major cloud platforms and on-premise environments. These guides provide detailed instructions for deploying Bifrost using cloud-native identity federation and secure authentication methods.
## Changes
- Added overview page explaining the enterprise deployment architecture and authentication options
- Created detailed deployment guides for AWS (using IRSA/IAM Task Roles)
- Added GCP deployment guide using Workload Identity
- Added Azure deployment guide using Workload Identity Federation to GCP
- Created on-premise deployment guide for air-gapped environments
- Improved OpenAPI bundle workflow to handle branch detection and Git configuration
## Type of change
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Documentation
- [x] Chore/CI
## Affected areas
- [ ] Core (Go)
- [ ] Transports (HTTP)
- [ ] Providers/Integrations
- [ ] Plugins
- [ ] UI (Next.js)
- [x] Docs
## How to test
1. Review the deployment guides for accuracy and completeness
2. Verify the OpenAPI bundle workflow changes by triggering the workflow
```sh
# Test OpenAPI bundle workflow
cd docs/openapi
python bundle.py
```
## Breaking changes
- [x] No
## Related issues
Addresses the need for enterprise deployment documentation
## Security considerations
- Guides follow security best practices for each cloud platform
- Authentication methods prioritize keyless approaches (IRSA, Workload Identity)
- Includes credential rotation procedures and security recommendations
## Checklist
- [x] I read `docs/contributing/README.md` and followed the guidelines
- [x] I updated documentation where needed
- [x] I verified the CI pipeline passes locally if applicableFile tree
8 files changed
+1917
-12
lines changed- .github/workflows
- docs
- deployment-guides/enterprise
8 files changed
+1917
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
39 | | - | |
40 | | - | |
| 45 | + | |
41 | 46 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments