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

Sensor release 1.21.0 changes #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions cssensor-aws-ecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
{
"name": "qualys_https_proxy",
"value": "<proxy FQDN or Ip address>:<port#>"
},
{
"name": "https_proxy",
"value": "<proxy FQDN or Ip address>:<port#>"
}
],
"mountPoints": [
Expand Down
3 changes: 3 additions & 0 deletions cssensor-containerd-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 3 additions & 0 deletions cssensor-crio-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 2 additions & 1 deletion cssensor-dcos.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"ACTIVATIONID": "__activationId",
"CUSTOMERID": "__customerId",
"POD_URL": "",
"qualys_https_proxy": "<proxy FQDN or Ip address>:<port#>"
"qualys_https_proxy": "<proxy FQDN or Ip address>:<port#>",
"https_proxy": "<proxy FQDN or Ip address>:<port#>"
},
"portDefinitions": [
{
Expand Down
3 changes: 3 additions & 0 deletions cssensor-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 3 additions & 0 deletions cssensor-ds_pv_pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 3 additions & 0 deletions cssensor-openshift-crio-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 3 additions & 0 deletions cssensor-openshift-crio-ds_pv_pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 3 additions & 0 deletions cssensor-openshift-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 3 additions & 0 deletions cssensor-openshift-ds_pv_pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#- name: qualys_https_proxy
# value: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#- name: https_proxy
# value: <proxy FQDN or Ip address>:<port#>
- name: QUALYS_POD_NAME
valueFrom:
fieldRef:
Expand Down
2 changes: 2 additions & 0 deletions cssensor-swarm-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
POD_URL:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
#qualys_https_proxy: <proxy FQDN or Ip address>:<port#>
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
#https_proxy: <proxy FQDN or Ip address>:<port#>
volumes:
- type: bind
source: /var/run/docker.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
- name: qualys_https_proxy
value: {{.Values.qualys.httpsproxyvalue}}
{{- end }}
{{- if .Values.qualys.registryhttpsproxy }}
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
- name: https_proxy
value: {{.Values.qualys.registryhttpsproxyvalue}}
{{- end }}
- name: QUALYS_POD_NAME
valueFrom:
Expand Down
3 changes: 3 additions & 0 deletions helm-chart-scripts/cssensor-chart-containerd-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ qualys:
# if proxy is required to connect Qualys Cloud, set the below value to true
httpsproxy: false
httpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy required for registry sensor version 1.21.0 or later used for a public registry, set the below value to true
registryhttpsproxy: false
registryhttpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy(with CA cert) required to connect Qualys Cloud
proxycert: false
proxycertpath: "<proxy certificate path>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
- name: qualys_https_proxy
value: {{.Values.qualys.httpsproxyvalue}}
{{- end }}
{{- if .Values.qualys.registryhttpsproxy }}
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
- name: https_proxy
value: {{.Values.qualys.registryhttpsproxyvalue}}
{{- end }}
- name: QUALYS_POD_NAME
valueFrom:
Expand Down
3 changes: 3 additions & 0 deletions helm-chart-scripts/cssensor-chart-crio-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ qualys:
# if proxy is required to connect Qualys Cloud, set the below value to true
httpsproxy: false
httpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy required for registry sensor version 1.21.0 or later used for a public registry, set the below value to true
registryhttpsproxy: false
registryhttpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy(with CA cert) required to connect Qualys Cloud
proxycert: false
proxycertpath: "<proxy certificate path>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ items:
{{- if .Values.qualys.httpsproxy }}
- name: qualys_https_proxy
value: {{.Values.qualys.httpsproxyvalue}}
{{- end }}
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
{{- if .Values.qualys.registryhttpsproxy }}
- name: https_proxy
value: {{.Values.qualys.registryhttpsproxyvalue}}
{{- end }}
- name: QUALYS_POD_NAME
valueFrom:
Expand Down
3 changes: 3 additions & 0 deletions helm-chart-scripts/cssensor-chart-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ qualys:
# if proxy is required to connect Qualys Cloud, set the below value to true
httpsproxy: false
httpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy required for registry sensor version 1.21.0 or later used for a public registry, set the below value to true
registryhttpsproxy: false
registryhttpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy(with CA cert) required to connect Qualys Cloud
proxycert: false
proxycertpath: "<proxy certificate path>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ items:
{{- if .Values.qualys.httpsproxy }}
- name: qualys_https_proxy
value: {{.Values.qualys.httpsproxyvalue}}
{{- end }}
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
{{- if .Values.qualys.registryhttpsproxy }}
- name: https_proxy
value: {{.Values.qualys.registryhttpsproxyvalue}}
{{- end }}
- name: QUALYS_POD_NAME
valueFrom:
Expand Down
3 changes: 3 additions & 0 deletions helm-chart-scripts/cssensor-chart-ds_pv_pvc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ qualys:
# if proxy is required to connect Qualys Cloud, set the below value to true
httpsproxy: false
httpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy required for registry sensor version 1.21.0 or later used for a public registry, set the below value to true
registryhttpsproxy: false
registryhttpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy(with CA cert) required to connect Qualys Cloud
proxycert: false
proxycertpath: "<proxy certificate path>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ items:
# uncomment(and indent properly) below section if proxy is required to connect Qualys Cloud
- name: qualys_https_proxy
value: {{.Values.qualys.httpsproxyvalue}}
{{- end }}
{{- if .Values.qualys.registryhttpsproxy }}
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
- name: https_proxy
value: {{.Values.qualys.registryhttpsproxyvalue}}
{{- end }}
- name: QUALYS_POD_NAME
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ qualys:
# if proxy is required to connect Qualys Cloud, set the below value to true
httpsproxy: false
httpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy required for registry sensor version 1.21.0 or later used for a public registry, set the below value to true
registryhttpsproxy: false
registryhttpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy(with CA cert) required to connect Qualys Cloud
proxycert: false
proxycertpath: "<proxy certificate path>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ items:
{{- if .Values.qualys.httpsproxy }}
- name: qualys_https_proxy
value: {{.Values.qualys.httpsproxyvalue}}
{{- end }}
# uncomment(and indent properly) below section for a registry sensor version 1.21.0 or later used for a public registry, the proxy value needs to be set with the name https_proxy
{{- if .Values.qualys.registryhttpsproxy }}
- name: https_proxy
value: {{.Values.qualys.registryhttpsproxyvalue}}
{{- end }}
- name: QUALYS_POD_NAME
valueFrom:
Expand Down
3 changes: 3 additions & 0 deletions helm-chart-scripts/cssensor-chart-openshift-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ qualys:
# if proxy is required to connect Qualys Cloud, set the below value to true
httpsproxy: false
httpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy required for registry sensor version 1.21.0 or later used for a public registry, set the below value to true
registryhttpsproxy: false
registryhttpsproxyvalue: "<proxy FQDN or Ip address>:<port#>"
# if proxy(with CA cert) required to connect Qualys Cloud
proxycert: false
proxycertpath: "<proxy certificate path>"
Expand Down