Skip to content

Commit dbbf22e

Browse files
authored
Merge pull request #752 from jetstack/replace_venafi_references
Rebrand Venafi to CyberArk
2 parents c34356e + 8f61289 commit dbbf22e

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Installation
1010

11-
Please [review the documentation](https://docs.venafi.cloud/vaas/k8s-components/c-tlspk-agent-overview/) for the agent.
11+
Please [review the documentation](https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-tlspk-agent-overview/) for the agent.
1212

1313
Detailed installation instructions are available for a variety of methods.
1414

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The release process is semi-automated.
6868
or `venctl generate`.
6969

7070
9. Inform Michael McLoughlin of the new release so he can update the
71-
documentation at <https://docs.venafi.cloud/>.
71+
documentation at <https://docs.cyberark.com/>.
7272

7373
[tests-workflow]: https://github.com/jetstack/jetstack-secure/actions/workflows/tests.yaml?query=branch%3Amaster
7474

deploy/charts/venafi-kubernetes-agent/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: |-
66
The Discovery Agent connects your Kubernetes or OpenShift cluster to the CyberArk Certificate Manager.
77
88
maintainers:
9-
- name: Venafi
10-
email: support@venafi.cloud
11-
url: https://venafi.com
9+
- name: CyberArk
10+
email: mis.support@cyberark.com
11+
url: https://www.cyberark.com
1212

1313
sources:
1414
- https://github.com/jetstack/jetstack-secure

deploy/charts/venafi-kubernetes-agent/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The Discovery Agent connects your Kubernetes or OpenShift cluster to the CyberAr
44
You will require a CyberArk Certificate Manager account to connect your cluster.
55
If you do not have one, you can sign up for a free trial now at:
66

7-
- https://venafi.com/try-venafi/tls-protect/
7+
- https://www.cyberark.com/try-buy/certificate-manager-saas-trial/
88

9-
> 📖 Read the [Discovery Agent documentation](https://docs.venafi.cloud/vaas/k8s-components/c-tlspk-agent-overview/),
9+
> 📖 Read the [Discovery Agent documentation](https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-tlspk-agent-overview/),
1010
> to learn how install and configure this Helm chart.
1111
1212
## Values
@@ -226,7 +226,7 @@ Add Container specific SecurityContext settings to the container. Takes preceden
226226
227227
Set resource requests and limits for the pod.
228228
229-
Read [Venafi Kubernetes components deployment best practices](https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#scaling) to learn how to choose suitable CPU and memory resource requests and limits.
229+
Read [Venafi Kubernetes components deployment best practices](https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-k8s-components-best-practice/#scaling) to learn how to choose suitable CPU and memory resource requests and limits.
230230
231231
#### **nodeSelector** ~ `object`
232232
> Default value:
@@ -343,7 +343,7 @@ Configure VenafiConnection authentication
343343
> false
344344
> ```
345345
346-
When set to true, the Discovery Agent will authenticate to. Venafi using the configuration in a VenafiConnection resource. Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.venafi.cloud/vaas/k8s-components/t-install-tlspk-agent/). When set to true, the `authentication.secret` values will be ignored and the. Secret with `authentication.secretName` will _not_ be mounted into the
346+
When set to true, the Discovery Agent will authenticate to CyberArk Certificate Manager using the configuration in a VenafiConnection resource. Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.cyberark.com/mis-saas/vaas/k8s-components/t-install-tlspk-agent/). When set to true, the `authentication.secret` values will be ignored and the. Secret with `authentication.secretName` will _not_ be mounted into the
347347
Discovery Agent Pod.
348348
#### **authentication.venafiConnection.name** ~ `string`
349349
> Default value:

deploy/charts/venafi-kubernetes-agent/tests/deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tests:
101101
path: ca-certificates.crt
102102

103103
# Check proxy settings are additive not overriding and set to correct values.
104-
# Values from our documentation: https://docs.venafi.cloud/vaas/k8s-components/c-vcp-network-requirements/#modifying-network-settings-for-kubernetes
104+
# Values from our documentation: https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-vcp-network-requirements/#modifying-network-settings-for-kubernetes
105105
- it: All environment variables present when all proxy settings are supplied
106106
set:
107107
http_proxy: "http://<proxy server>:<port>"

deploy/charts/venafi-kubernetes-agent/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
"helm-values.authentication.venafiConnection.enabled": {
133133
"default": false,
134-
"description": "When set to true, the Discovery Agent will authenticate to. Venafi using the configuration in a VenafiConnection resource. Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.venafi.cloud/vaas/k8s-components/t-install-tlspk-agent/). When set to true, the `authentication.secret` values will be ignored and the. Secret with `authentication.secretName` will _not_ be mounted into the\nDiscovery Agent Pod.",
134+
"description": "When set to true, the Discovery Agent will authenticate to CyberArk Certificate Manager using the configuration in a VenafiConnection resource. Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.cyberark.com/mis-saas/vaas/k8s-components/t-install-tlspk-agent/). When set to true, the `authentication.secret` values will be ignored and the. Secret with `authentication.secretName` will _not_ be mounted into the\nDiscovery Agent Pod.",
135135
"type": "boolean"
136136
},
137137
"helm-values.authentication.venafiConnection.name": {
@@ -525,7 +525,7 @@
525525
"memory": "200Mi"
526526
}
527527
},
528-
"description": "Set resource requests and limits for the pod.\n\nRead [Venafi Kubernetes components deployment best practices](https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#scaling) to learn how to choose suitable CPU and memory resource requests and limits.",
528+
"description": "Set resource requests and limits for the pod.\n\nRead [Venafi Kubernetes components deployment best practices](https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-k8s-components-best-practice/#scaling) to learn how to choose suitable CPU and memory resource requests and limits.",
529529
"type": "object"
530530
},
531531
"helm-values.securityContext": {

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ securityContext:
124124
# Set resource requests and limits for the pod.
125125
#
126126
# Read [Venafi Kubernetes components deployment best
127-
# practices](https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#scaling)
127+
# practices](https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-k8s-components-best-practice/#scaling)
128128
# to learn how to choose suitable CPU and memory resource requests and limits.
129129
# +docs:property
130130
resources:
@@ -200,9 +200,9 @@ authentication:
200200
# +docs:section=Venafi Connection
201201
# Configure VenafiConnection authentication
202202
venafiConnection:
203-
# When set to true, the Discovery Agent will authenticate to
204-
# Venafi using the configuration in a VenafiConnection resource.
205-
# Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.venafi.cloud/vaas/k8s-components/t-install-tlspk-agent/).
203+
# When set to true, the Discovery Agent will authenticate to CyberArk Certificate Manager
204+
# using the configuration in a VenafiConnection resource.
205+
# Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.cyberark.com/mis-saas/vaas/k8s-components/t-install-tlspk-agent/).
206206
# When set to true, the `authentication.secret` values will be ignored and the
207207
# Secret with `authentication.secretName` will _not_ be mounted into the
208208
# Discovery Agent Pod.
@@ -239,7 +239,7 @@ config:
239239
# API server by omitting various common Secret types when listing Secrets.
240240
# These Secret types will be added to a "type!=<type>" field selector in the
241241
# agent config.
242-
# * https://docs.venafi.cloud/vaas/k8s-components/t-cfg-tlspk-agent/#configuration
242+
# * https://docs.cyberark.com/mis-saas/vaas/k8s-components/t-cfg-tlspk-agent/#configuration
243243
# * https://kubernetes.io/docs/concepts/configuration/secret/#secret-types
244244
# * https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/#list-of-supported-fields
245245
ignoredSecretTypes:

hack/e2e/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# Prerequisites:
1212
# * kubectl: https://kubernetes.io/docs/tasks/tools/#kubectl
13-
# * venctl: https://docs.venafi.cloud/vaas/venctl/t-venctl-install/
13+
# * venctl: https://docs.cyberark.com/mis-saas/vaas/venctl/t-venctl-install/
1414
# * jq: https://jqlang.github.io/jq/download/
1515
# * step: https://smallstep.com/docs/step-cli/installation/
1616
# * curl: https://www.man7.org/linux/man-pages/man1/curl.1.html

make/00_mod.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ oci_preflight_image_name_development := jetstack.local/venafi-agent
3535
oci_preflight_build_args := \
3636
--image-annotation="org.opencontainers.image.vendor"="CyberArk Software Ltd." \
3737
--image-annotation="org.opencontainers.image.licenses"="EULA - https://www.cyberark.com/contract-terms/" \
38-
--image-annotation="org.opencontainers.image.authors"="support@venafi.cloud" \
39-
--image-annotation="org.opencontainers.image.title"="Venafi Kubernetes Agent" \
38+
--image-annotation="org.opencontainers.image.authors"="support@cyberark.com" \
39+
--image-annotation="org.opencontainers.image.title"="Discovery Agent for CyberArk Certificate Manager in Kubernetes and OpenShift Environments" \
4040
--image-annotation="org.opencontainers.image.description"="Gathers machine identity data from Kubernetes clusters." \
4141
--image-annotation="org.opencontainers.image.url"="https://www.cyberark.com/products/certificate-manager-for-kubernetes/" \
42-
--image-annotation="org.opencontainers.image.documentation"="https://docs.venafi.cloud/vaas/k8s-components/c-tlspk-agent-overview/" \
42+
--image-annotation="org.opencontainers.image.documentation"="https://docs.cyberark.com/mis-saas/vaas/k8s-components/c-tlspk-agent-overview/" \
4343
--image-annotation="org.opencontainers.image.version"="$(VERSION)" \
4444
--image-annotation="org.opencontainers.image.revision"="$(GITCOMMIT)"
4545

make/02_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ helm-plugins: $(NEEDS_HELM)
7676
echo "helm-diff plugin already installed"; \
7777
fi
7878

79-
# https://docs.venafi.cloud/vaas/venctl/c-venctl-releases/
79+
# https://docs.cyberark.com/mis-saas/vaas/venctl/c-venctl-releases/
8080
venctl_linux_amd64_SHA256SUM=26e7b7a7e134f1cf1f3ffacf4ae53ec6849058db5007ce4088d51f404ededb4a
8181
venctl_darwin_amd64_SHA256SUM=2e76693901abcb2c018f66d3a10558c66ca09d1a3be912258bcd6c58e89aae80
8282
venctl_darwin_arm64_SHA256SUM=4350912d67683773302655e2a0151320514d1ccf82ee99c895e6780f86b6f031

0 commit comments

Comments
 (0)