Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aov-cloud #863

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions compliance-monitor/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,10 @@ accounts:
- public_key: "AAAAC3NzaC1lZDI1NTE5AAAAILufk4C7e0eQQIkmUDK8GB2IoiDjYtv6mx2eE8wZ3VWT"
public_key_type: "ssh-ed25519"
public_key_name: "primary"
- subject: aov-cloud
api_keys:
- "$argon2id$v=19$m=65536,t=3,p=4$MKaU8l5LCQGg1Pqfc26t1Q$fj9LIxzLiwAkXaPTMw5lE3QuSNnp7DAVhyquaPRQSyU"
keys:
- public_key: "AAAAC3NzaC1lZDI1NTE5AAAAIKc+mn17GOsrPamm4zSoUffPz8uaaDIEWTQoY2HOBCnx"
public_key_type: "ssh-ed25519"
public_key_name: "primary"
2 changes: 1 addition & 1 deletion compliance-monitor/templates/overview.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Version numbers are suffixed by a symbol depending on state: * for _draft_, †
{#- #} [{{ results | pick('gx-scs', iaas) | summary }}]({{ detail_url('gx-scs', iaas) }}) {# -#}
| [HM](https://health.gx-scs.sovereignit.cloud:3000/) |
| [aov.cloud](https://www.aov.de/) | Community cloud for customers | aov IT.Services GmbH |
{#- #} [{{ results | pick('aov', iaas) | summary }}]({{ detail_url('aov', iaas) }}) {# -#}
{#- #} [{{ results | pick('aov-cloud', iaas) | summary }}]({{ detail_url('aov-cloud', iaas) }}) {# -#}
| [HM](https://health.aov.cloud/) |
| [CC@RRZE](https://www.rrze.fau.de/) | Private Compute Cloud (CC) for [FAU](https://www.fau.de/) | Regionales Rechenzentrum Erlangen |
{#- #} [{{ results | pick('cc-rrze', iaas) | summary }}]({{ detail_url('cc-rrze', iaas) }}) {# -#}
Expand Down
Loading