File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555# ClusterIssuer used to sign TLS certs for backing services
5656TLS_CLUSTER_ISSUER = "operators-ca-issuer"
5757# Secret containing the CA cert for TLS verification
58- TLS_CA_SECRET = "operators-ca-crt"
58+ TLS_CA_SECRET = "operators-ca-crt" # nosec B105
5959NODE_POOL_LABEL = "cabotage.dev/node-pool"
6060DO_NOT_DISRUPT_ANNOTATION = "karpenter.sh/do-not-disrupt"
6161HOSTNAME_TOPOLOGY_KEY = "kubernetes.io/hostname"
Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ class Config(metaclass=MetaFlaskEnv):
143143 TENANT_POSTGRES_BACKUP_SCHEDULE = "0 0 0 * * *"
144144 TENANT_POSTGRES_BACKUP_SERVICE_ACCOUNT_NAME = "cnpg-backups"
145145 TENANT_POSTGRES_BACKUP_RUSTFS_ENDPOINT = None
146- TENANT_POSTGRES_BACKUP_RUSTFS_CA_SECRET_NAME = "operators-ca-crt"
147- TENANT_POSTGRES_BACKUP_RUSTFS_SECRET_NAME = "cnpg-backups-objectstore"
146+ TENANT_POSTGRES_BACKUP_RUSTFS_CA_SECRET_NAME = "operators-ca-crt" # nosec B105
147+ TENANT_POSTGRES_BACKUP_RUSTFS_SECRET_NAME = "cnpg-backups-objectstore" # nosec B105
148148 TENANT_POSTGRES_BACKUP_RUSTFS_SOURCE_SECRET_NAME = None
149149 TENANT_POSTGRES_BACKUP_RUSTFS_SOURCE_SECRET_NAMESPACE = None
150150 GITHUB_APP_ID = None
You can’t perform that action at this time.
0 commit comments