cd
Here are 833 public repositories matching this topic...
-
Updated
Jan 7, 2022 - Java
-
Updated
Oct 30, 2021 - Shell
-
Updated
Dec 22, 2021 - Shell
-
Updated
Aug 7, 2021 - Go
-
Updated
Dec 15, 2021 - Ruby
-
Updated
Dec 11, 2021 - Shell
Hi,
It is quite stupid to have one type for many events.
Suggestion:
On feature_segment update sends : FLAG_SEGMENT_UPDATED
On feature_identity update sends : FLAG_IDENTITY_UPDATED
on feature update sends : FLAG_FEATURE_UPDATED
-
Updated
Sep 28, 2021 - Go
-
Updated
Aug 22, 2021 - Clojure
What happened:
Horusec reports that this code:
Code .addContentType("application/x-www-form-urlencoded")as: Basic authentication's only means of obfuscation is Base64 encoding. Since Base64 encoding is easily recognized and reversed, it offers only the thinnest veil of protection to your users, and should not be used.
Maybe I'm wrong but, why is this a base64 securit
-
Updated
Jun 29, 2021 - Shell
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Dec 28, 2021 - Shell
-
Updated
Dec 30, 2021 - Go
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Apr 11, 2019 - Go
-
Updated
Apr 10, 2020
-
Updated
Jan 5, 2022 - TypeScript
Look into and create a POC of a public github action using rok8s-scripts
-
Updated
Dec 18, 2021 - Python
Improve this page
Add a description, image, and links to the cd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cd topic, visit your repo's landing page and select "manage topics."
Summary
The Argo CD core mode should allow the user to set a permanent path to a K8s client configuration file, instead of either using
~/.kube/configper default or having to specify--kubeconfigfor each command.Motivation
Some K8s distributions by default install a Kubernetes client CLI (
kubectl) which uses a custom path for its configuration. For example, K3s uses `/etc/ran