-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathconfig.yaml
More file actions
78 lines (78 loc) · 3.31 KB
/
config.yaml
File metadata and controls
78 lines (78 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
tssc:
settings:
# Toggles the CRC settings for the installer, which adapts the deployment to
# work on a CRC development environment.
crc: false
# CI/CD settings for the installer workflows.
ci:
# Enables installer verbose logging messages for troubleshooting issues.
debug: false
products:
# Red Hat Advanced Cluster Security (ACS) for OpenShift is a comprehensive
# security platform that protects cloud-native applications across the entire
# container lifecycle -- from build and deployment to runtime -- by providing
# visibility, vulnerability management, compliance auditing, and threat
# detection for OpenShift environments.
- name: Advanced Cluster Security
enabled: true
namespace: tssc-acs
properties:
manageSubscription: true
# Red Hat OpenShift GitOps, built on ArgoCD, is an operator that provides a
# declarative, Git-centric workflow to automate continuous delivery and
# management of applications and infrastructure configurations across
# multicluster OpenShift environments, ensuring consistency and accelerating
# deployments.
- name: OpenShift GitOps
enabled: true
namespace: tssc-gitops
properties:
manageSubscription: true
# Red Hat Trusted Artifact Signer (TAS) enhances software supply chain
# security by simplifying cryptographic signing and verification of software
# artifacts like container images, binaries, and documents, leveraging an
# OpenID Connect (OIDC) provider such as Keycloak for identity-based signing.
- name: Trusted Artifact Signer
enabled: true
namespace: tssc-tas
properties:
manageSubscription: true
# Red Hat OpenShift Pipelines is a cloud-native CI/CD (Continuous
# Integration/Continuous Delivery) solution built on Tekton that automates
# application delivery and reduces time to market on Red Hat OpenShift.
- name: OpenShift Pipelines
enabled: true
# Uses the installer's namespace.
properties:
manageSubscription: true
# Red Hat Trusted Profile Analyzer (TPA), which leverages the community-driven
# Trustification project, helps organizations manage their software supply
# chain's security by analyzing Software Bills of Materials (SBOMs), vendor
# Vulnerability Exploitability eXchange (VEX), and Common Vulnerabilities and
# Exposures (CVE) to assess their risk profile.
- name: Trusted Profile Analyzer
enabled: true
namespace: tssc-tpa
properties:
manageSubscription: true
# Red Hat Developer Hub is an enterprise-grade internal developer portal built
# on Backstage, designed to enhance developer productivity, collaboration, and
# onboarding by centralizing tools, documentation, and resources within a
# unified and extensible platform.
- name: Developer Hub
enabled: true
namespace: tssc-dh
properties:
catalogURL: https://github.com/redhat-appstudio/tssc-dev-multi-ci/blob/release-v1.9.x/samples/all.yaml
manageSubscription: true
# namespacePrefixes:
# - tssc-app
authProvider: oidc
# Possible values: github, gitlab, oidc
# RBAC:
# adminUsers:
# - myUsername
# enabled: true
# orgs:
# - myOrg