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

feat: ability to add additional configmaps #11445

Closed
wants to merge 8 commits into from
Closed

feat: ability to add additional configmaps #11445

wants to merge 8 commits into from

Conversation

bilalcaliskan
Copy link

@bilalcaliskan bilalcaliskan commented Nov 27, 2022

Signed-off-by: bilalcaliskan bilalcaliskan@protonmail.com
Co-authored-by: notfromstatefarm 86763948+notfromstatefarm@users.noreply.github.com

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • Optional. My organization is added to USERS.md.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).

This is the continuation PR of #9976 since it is not blocked somehow.

This PR implements the feature of additional RBAC configmaps which is also stated in PR #9976.

Any configmaps with the label argocd.argoproj.io/cm-type=rbac will be used and watched for changes. This will simplify of adding/managing RBAC rules on large enterprise environments.

bilalcaliskan and others added 5 commits November 27, 2022 15:15
… of notfromstatefarm/argo-cd

Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
…settings rbac can' command

Co-authored-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
Signed-off-by: bilalcaliskan <bilalcaliskan@protonmail.com>
@codecov
Copy link

codecov bot commented Nov 27, 2022

Codecov Report

Base: 47.43% // Head: 47.39% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (724268b) compared to base (193cf76).
Patch coverage: 32.94% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11445      +/-   ##
==========================================
- Coverage   47.43%   47.39%   -0.04%     
==========================================
  Files         246      246              
  Lines       41824    41902      +78     
==========================================
+ Hits        19838    19861      +23     
- Misses      19990    20043      +53     
- Partials     1996     1998       +2     
Impacted Files Coverage Δ
util/rbac/rbac.go 68.37% <32.87%> (-9.37%) ⬇️
cmd/argocd/commands/admin/settings_rbac.go 25.00% <33.33%> (+0.20%) ⬆️
util/settings/settings.go 49.20% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bilalcaliskan bilalcaliskan changed the title feat: ability to add additional configmaps (WIP) feat: ability to add additional configmaps Nov 29, 2022
@bilalcaliskan bilalcaliskan changed the title (WIP) feat: ability to add additional configmaps feat: ability to add additional configmaps Dec 17, 2022
@bilalcaliskan
Copy link
Author

@crenshaw-dev @jannfis can you please take a look? As you know this PR is the re-implementation of PR #9976 for the issue #8324 .

All reviews are welcomed. Cheers!

@tken2039
Copy link
Contributor

@crenshaw-dev
Regarding this PR, are there any plans to proceed with discussions or include it in future releases?

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.

None yet

2 participants