-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[candi] install ca-certificate from rpp (#9246)
Signed-off-by: Nikolay Gorbatov <nikolay.gorbatov@flant.com>
- Loading branch information
Showing
28 changed files
with
26,657 additions
and
218 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
37 changes: 0 additions & 37 deletions
37
candi/bashible/bundles/centos/all/002_install_ca_certificates.sh.tpl
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
candi/bashible/bundles/debian/all/002_install_ca_certificates.sh.tpl
This file was deleted.
Oops, something went wrong.
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
41 changes: 0 additions & 41 deletions
41
ee/be/candi/bashible/bundles/altlinux/all/002_install_ca_certificates.sh.tpl
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
ee/be/candi/bashible/bundles/astra/all/002_install_ca_certificates.sh.tpl
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
ee/be/candi/bashible/bundles/redos/all/002_install_ca_certificates.sh.tpl
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
ee/be/candi/bashible/bundles/rosa/all/002_install_ca_certificates.sh.tpl
This file was deleted.
Oops, something went wrong.
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 @@ | ||
templates/ngc-ca-certificate.yaml |
29 changes: 29 additions & 0 deletions
29
ee/fe/modules/040-node-manager/templates/ngc-ca-certificate.yaml
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,29 @@ | ||
apiVersion: deckhouse.io/v1alpha1 | ||
kind: NodeGroupConfiguration | ||
metadata: | ||
name: install-pkg-ca-certificates.sh | ||
{{- include "helm_lib_module_labels" (list .) | nindent 2 }} | ||
spec: | ||
weight: 2 | ||
nodeGroups: ["*"] | ||
bundles: ["*"] | ||
content: | | ||
# Copyright 2024 Flant JSC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
case $(bb-is-bundle) in | ||
debian|ubuntu-lts|astra) bb-apt-install ca-certificates ;; | ||
altlinux) bb-apt-rpm-install ca-certificates ;; | ||
centos|redos|rosa) bb-yum-install ca-certificates ;; | ||
esac |
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
7 changes: 7 additions & 0 deletions
7
modules/007-registrypackages/images/d8-ca-updater/ca-certificates/mozilla/blacklist.txt
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,7 @@ | ||
# One blacklist entry per line, corresponding to the label in certdata.txt. | ||
|
||
# Blacklist explicitly distrusted certificates to explicitly ignore them and prevent build errors | ||
"Explicitly Distrust DigiNotar Root CA" | ||
|
||
# Expired CAs | ||
|
Oops, something went wrong.