Why do we need this change?
=======================
On April 20th, 2021 onelogin removed their v1 implementation of openid. You will get a 410 error if you try to use this url. As such update documentation to rely upon v2 api
What effects does this change have?
=======================
* Updates the onelogin documentation to correctly setup with the v2 implementation of openid
Signed-off-by: Joshua Jackson <joshua.jackson@jobvite-inc.com>
Currently, the usage of standard lua library is always disabled, making it difficult to implement complex health check scripts.
This feat allow admins to control the usage of standard library by setting "health.lua.useOpenLibs" (merged-keys convention)/"resource.customizations.useOpenLibs.<group_kind>"
(split-keys convention) field in argocd-cm ConfigMap.
Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com>
This missing parameter in `argocd` CLI led me to open an issue https://github.com/argoproj/argo-cd/issues/6151
But I found the real problem that concerned in a missing command parameter at docs.
Signed-off-by: hakuno <seoseiji@gmail.com>
* fix: upgrade to kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: try to trigger the build again.
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: unit test
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: trigger build
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: install-codegen-tools.sh
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: trigger build
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: revert back to 3.9.4
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: try 4.1.2 again
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: adding sha256 file for kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: adding sha256 file for kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: disable a test
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: remove kustomize 3
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fixed e2e test and added upgrade doc
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fixed e2e test and added upgrade doc
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: add helm dependecies with custom CA
Signed-off-by: Shubham Agarwal <shubhamagarawal19@gmail.com>
* fixed go lint error
Signed-off-by: Shubham Agarwal <shubhamagarawal19@gmail.com>
* ignore existing repos
Signed-off-by: Shubham Agarwal <shubhamagarawal19@gmail.com>
* fix: Enable helm OCI to work for lots of different URLs without having to create a repo for each one
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: Enable helm OCI to work for lots of different URLs without having to create a repo for each one
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: lint
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: lint
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fix test code
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: dependency add for https and oci
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: go.sum and install.yaml
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fix checking if repo exits
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fix generated files
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fix go.mod and go.sum
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: clean up code
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: rename RepoCreds to HelmRepoCreds
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: Added type for repoCreds.
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: checking in install.yaml
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: checking in install.yaml
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: checking in install.yaml
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: Makefile
Signed-off-by: May Zhang <may_zhang@intuit.com>
Co-authored-by: Shubham Agarwal <shubhamagarawal19@gmail.com>
* docs: Link issues related to health checks in FAQ
Signed-off-by: Maxime Bouchenoire <maxime.bouchenoire@witick.io>
* docs: Add Witick to USERS.md
Signed-off-by: Maxime Bouchenoire <maxime.bouchenoire@witick.io>
* Fix k8s version in Ingress Configuration doc
Signed-off-by: Isaac Lopez <syak7771@gmail.com>
* docs: Fix k8s version in ingress api
Signed-off-by: Isaac Lopez <syak7771@gmail.com>
Allow adding build options that are specific to a kustomize version instead of using the same default options for each version.
Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com>
* fix: add prefix sync for CLI argocd app flag --retry-limit, --retry-backoff-duration, --retry-backoff-factor and --retry-backoff-max-duration
Signed-off-by: May Zhang <may_zhang@intuit.com>
Using exit-code flag we could control the exit status of the command when there's a diff.
Example:
argocd app diff sample --local /path --exit-code=false
The above command will return exit code 0 even if it finds a diff.
Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com>
This commit adds a flag --plugin-env to the app unset command, using which the plugin env varibles can be removed if present.
Example
argocd app unset example --plugin-env key1 --plugin-env key2
Fixes: #5681
Signed-off-by: Chetan Banavikalmutt <chetanrns1997@gmail.com>