-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 797-decompose-istio-oscal-into-oscal-and-val…
…idations
- Loading branch information
Showing
403 changed files
with
5,254 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Lint Codespell configurations | ||
[codespell] | ||
skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md | ||
ignore-words-list = NotIn,AKS | ||
ignore-words-list = NotIn,AKS,LICENS | ||
enable-colors = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Copyright 2024 Defense Unicorns | ||
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
||
# action.yml | ||
name: "Setup Environment" | ||
description: "UDS Environment Setup" | ||
|
@@ -28,13 +31,11 @@ runs: | |
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver | ||
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.7.4 bash | ||
|
||
- name: Set up Homebrew | ||
uses: Homebrew/actions/setup-homebrew@master | ||
|
||
- name: Install UDS CLI | ||
shell: bash | ||
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver | ||
run: brew install defenseunicorns/tap/[email protected] | ||
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 | ||
with: | ||
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver | ||
version: v0.17.0 | ||
|
||
- name: Install Lula | ||
uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1 | ||
|
@@ -52,7 +53,7 @@ runs: | |
|
||
- name: Chainguard Login | ||
if: ${{ inputs.chainguardIdentity != '' }} | ||
uses: chainguard-dev/setup-chainctl@f52718d822dc73d21a04ef2082822c4a203163b3 # v0.2.2 | ||
uses: chainguard-dev/setup-chainctl@598499528905f95b94e62e4831cf42035e768933 # v0.2.3 | ||
with: | ||
identity: ${{ inputs.chainguardIdentity }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 2024 Defense Unicorns | ||
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
||
# Overwritten by ci-iac-aws package | ||
options: | ||
architecture: amd64 | ||
|
||
variables: | ||
core: | ||
loki_chunks_bucket: ${ZARF_VAR_LOKI_S3_BUCKET} | ||
loki_ruler_bucket: ${ZARF_VAR_LOKI_S3_BUCKET} | ||
loki_admin_bucket: ${ZARF_VAR_LOKI_S3_BUCKET} | ||
loki_s3_region: ${ZARF_VAR_LOKI_S3_AWS_REGION} | ||
loki_irsa_role_arn: ${ZARF_VAR_LOKI_S3_ROLE_ARN} | ||
velero_use_secret: false | ||
velero_irsa_role_arn: "${ZARF_VAR_VELERO_S3_ROLE_ARN}" | ||
velero_bucket: ${ZARF_VAR_VELERO_S3_BUCKET} | ||
velero_bucket_region: ${ZARF_VAR_VELERO_S3_AWS_REGION} | ||
velero_bucket_provider_url: "" | ||
velero_bucket_credential_name: "" | ||
velero_bucket_credential_key: "" | ||
grafana_ha: true | ||
grafana_pg_host: ${ZARF_VAR_GRAFANA_PG_HOST} | ||
grafana_pg_port: ${ZARF_VAR_GRAFANA_PG_PORT} | ||
grafana_pg_database: ${ZARF_VAR_GRAFANA_PG_DATABASE} | ||
grafana_pg_password: ${ZARF_VAR_GRAFANA_PG_PASSWORD} | ||
grafana_pg_user: ${ZARF_VAR_GRAFANA_PG_USER} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Copyright 2024 Defense Unicorns | ||
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
||
kind: UDSBundle | ||
metadata: | ||
name: uds-core-rke2-nightly | ||
description: A UDS bundle for deploying RKE2 and UDS Core | ||
# x-release-please-start-version | ||
version: "0.29.0" | ||
# x-release-please-end | ||
|
||
packages: | ||
- name: pod-identity-webhook | ||
repository: ghcr.io/defenseunicorns/packages/uds/pod-identity-webhook | ||
ref: 0.3.1-upstream | ||
|
||
- name: init | ||
repository: ghcr.io/zarf-dev/packages/init | ||
ref: v0.41.0 | ||
overrides: | ||
zarf-registry: | ||
docker-registry: | ||
variables: | ||
- path: affinity.custom | ||
name: REGISTRY_AFFINITY_CUSTOM_UDS | ||
- path: persistence.accessMode | ||
name: REGISTRY_PVC_ACCESS_MODE | ||
default: ReadWriteMany | ||
zarf-seed-registry: | ||
docker-registry: | ||
variables: | ||
- path: affinity.custom | ||
name: REGISTRY_AFFINITY_CUSTOM_UDS | ||
- path: persistence.accessMode | ||
name: REGISTRY_PVC_ACCESS_MODE | ||
default: ReadWriteMany | ||
|
||
- name: core | ||
path: ../../../build | ||
# x-release-please-start-version | ||
ref: 0.29.0 | ||
# x-release-please-end | ||
optionalComponents: | ||
- metrics-server | ||
overrides: | ||
velero: | ||
velero: | ||
variables: | ||
- name: VELERO_USE_SECRET | ||
description: "Toggle use secret off to use IRSA." | ||
path: credentials.useSecret | ||
- name: VELERO_IRSA_ROLE_ARN | ||
description: "IRSA ARN annotation to use for Velero" | ||
path: serviceAccount.server.annotations.irsa/role-arn | ||
loki: | ||
loki: | ||
values: | ||
- path: loki.storage.s3.endpoint | ||
value: "" | ||
- path: loki.storage.s3.secretAccessKey | ||
value: "" | ||
- path: loki.storage.s3.accessKeyId | ||
value: "" | ||
- path: global.dnsService | ||
value: rke2-coredns-rke2-coredns | ||
variables: | ||
- name: LOKI_CHUNKS_BUCKET | ||
description: "The object storage bucket for Loki chunks" | ||
path: loki.storage.bucketNames.chunks | ||
- name: LOKI_RULER_BUCKET | ||
description: "The object storage bucket for Loki ruler" | ||
path: loki.storage.bucketNames.ruler | ||
- name: LOKI_ADMIN_BUCKET | ||
description: "The object storage bucket for Loki admin" | ||
path: loki.storage.bucketNames.admin | ||
- name: LOKI_S3_REGION | ||
description: "The S3 region" | ||
path: loki.storage.s3.region | ||
- name: LOKI_IRSA_ROLE_ARN | ||
description: "The irsa role annotation" | ||
path: serviceAccount.annotations.irsa/role-arn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.