Skip to content

Commit

Permalink
feat: add keycloak (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy authored Mar 4, 2024
1 parent 1b01407 commit f99d3d5
Show file tree
Hide file tree
Showing 70 changed files with 1,936 additions and 429 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dist
insecure*
.env
zarf
tmp-tasks.yaml
tmp-tasks.yaml
cacert.b64
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
"neuvector",
"opensource",
"promtail",
"Quarkus",
"Quickstart",
"seccomp",
"Sysctls",
"Velero"
]
],
"cSpell.enabled": true
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ UDS Core establishes a secure baseline for cloud-native systems and ships with c

#### Core Applications

- [Authservice](https://github.com/istio-ecosystem/authservice) - Authorization
- [Grafana](https://grafana.com/oss/grafana/) - Monitoring
- [Istio](https://istio.io/) - Service Mesh
- [KeyCloak](https://www.keycloak.org/) - Identity & Access Management
- [Loki](https://grafana.com/oss/loki/) - Log Aggregation
- [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) - Metrics
- [Neuvector](https://open-docs.neuvector.com/) - Container Security
Expand All @@ -17,8 +19,6 @@ UDS Core establishes a secure baseline for cloud-native systems and ships with c

#### Future Applications

- [Authservice](https://github.com/istio-ecosystem/authservice) - Authorization
- [KeyCloak](https://www.keycloak.org/) - Identity & Access Management
- [Kiali](https://kiali.io/) - Service Mesh Observability
- [Tempo](https://grafana.com/docs/tempo/latest/getting-started/) - Tracing
- [Velero](https://velero.io/) - Backup & Restore
Expand Down Expand Up @@ -76,7 +76,7 @@ UDS Core development leverages the `uds zarf dev deploy` command. For convenienc

```bash
# Create the dev environment
uds run dev
uds run dev-setup

# If developing the Pepr module:
npx pepr dev
Expand Down
Loading

0 comments on commit f99d3d5

Please sign in to comment.