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

Issue #43 - Don't setup RBAC resources for clusters with basic authentication #44

Merged
merged 1 commit into from
Mar 19, 2018

Conversation

alexmt
Copy link
Collaborator

@alexmt alexmt commented Mar 19, 2018

Fixes Issue #43

@alexmt alexmt requested a review from merenbach March 19, 2018 18:04
Copy link
Contributor

@merenbach merenbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@alexmt alexmt merged commit 4884c20 into argoproj:master Mar 19, 2018
@alexmt alexmt deleted the 43-add-basic-auth-cluster branch March 19, 2018 18:24
leoluz pushed a commit to leoluz/argo-cd that referenced this pull request Sep 29, 2023
* docs: document cache package

* docs: document diff package

* docs: document health package

* docs: document sync package

* docs: document engine package

* docs: document sync options
alexmt pushed a commit to alexmt/argo-cd that referenced this pull request Jan 19, 2024
* fix(ui): Reoreding filters

* fix
alexmt pushed a commit to alexmt/argo-cd that referenced this pull request May 20, 2024
* fix(ui): Reoreding filters

* fix
alexmt pushed a commit to alexmt/argo-cd that referenced this pull request Sep 12, 2024
* fix(ui): Reoreding filters

* fix
alexmt added a commit to alexmt/argo-cd that referenced this pull request Sep 12, 2024
…luster k8s dashboard feature in AKP (argoproj#48)

* feat: send data to agent

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* (wip)feat: send data to syncer APIs

* add support for columns info

* fix: resource deletion missing events

* feat: use resource sync and health info

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: enable dashboard feature by using env var

* fix: 1.21.0 -> 1.21

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

---------

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Co-authored-by: Rafal <rafpelczar@gmail.com>
alexmt pushed a commit to alexmt/argo-cd that referenced this pull request Oct 28, 2024
* fix(ui): Reoreding filters

* fix
alexmt added a commit to alexmt/argo-cd that referenced this pull request Oct 28, 2024
…luster k8s dashboard feature in AKP (argoproj#48)

* feat: send data to agent

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* (wip)feat: send data to syncer APIs

* add support for columns info

* fix: resource deletion missing events

* feat: use resource sync and health info

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: enable dashboard feature by using env var

* fix: 1.21.0 -> 1.21

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

---------

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Co-authored-by: Rafal <rafpelczar@gmail.com>
gdsoumya pushed a commit to gdsoumya/argo-cd that referenced this pull request Nov 8, 2024
* fix(ui): Reoreding filters

* fix
gdsoumya pushed a commit to gdsoumya/argo-cd that referenced this pull request Nov 8, 2024
…luster k8s dashboard feature in AKP (argoproj#48)

* feat: send data to agent

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* (wip)feat: send data to syncer APIs

* add support for columns info

* fix: resource deletion missing events

* feat: use resource sync and health info

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: enable dashboard feature by using env var

* fix: 1.21.0 -> 1.21

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

---------

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Co-authored-by: Rafal <rafpelczar@gmail.com>
alexmt pushed a commit to alexmt/argo-cd that referenced this pull request Dec 6, 2024
* fix(ui): Reoreding filters

* fix
alexmt added a commit to alexmt/argo-cd that referenced this pull request Dec 6, 2024
…luster k8s dashboard feature in AKP (argoproj#48)

* feat: send data to agent

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* (wip)feat: send data to syncer APIs

* add support for columns info

* fix: resource deletion missing events

* feat: use resource sync and health info

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: enable dashboard feature by using env var

* fix: 1.21.0 -> 1.21

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

---------

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Co-authored-by: Rafal <rafpelczar@gmail.com>
alexmt pushed a commit to alexmt/argo-cd that referenced this pull request Dec 16, 2024
* fix(ui): Reoreding filters

* fix
alexmt added a commit to alexmt/argo-cd that referenced this pull request Dec 16, 2024
…luster k8s dashboard feature in AKP (argoproj#48)

* feat: send data to agent

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* (wip)feat: send data to syncer APIs

* add support for columns info

* fix: resource deletion missing events

* feat: use resource sync and health info

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: enable dashboard feature by using env var

* fix: 1.21.0 -> 1.21

* chore: disable dependabot

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* feat: user server side filtering & pagination to load Argo CD applications list

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: fix cluster filtering and refresh button on application list page

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: api server fails with "nil pointer dereference" error (argoproj#40)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): ui should show the same page number as in API (argoproj#38)

* feat: repository/Service.ListRefs returns raw list of refs (argoproj#42)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix: avoid closing search dropdown while typing; fix cluster filter (argoproj#43)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* fix(ui): Reoreding filters (argoproj#44)

* fix(ui): Reoreding filters

* fix

* fix: -ak.19 server version causing argocd app wait command to hang (argoproj#45)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

---------

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
Co-authored-by: Rafal <rafpelczar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants