-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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: Add ability to hide certain annotations on secret resources #18216
Conversation
e699991
to
9d72639
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #18216 +/- ##
==========================================
- Coverage 55.20% 55.12% -0.08%
==========================================
Files 324 324
Lines 55116 55134 +18
==========================================
- Hits 30428 30394 -34
- Misses 22077 22121 +44
- Partials 2611 2619 +8 ☔ View full report in Codecov by Sentry. |
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍(Review updated until commit 1bc8297)
|
9d72639
to
1bc8297
Compare
What is the update on this feature? - we need it |
Persistent review updated to latest commit 1bc8297 |
Hi @danielstankw, it is awaiting review on dependent PR argoproj/gitops-engine#577. |
1bc8297
to
ba1ceae
Compare
ba1ceae
to
b8b4896
Compare
6197a8f
to
5922883
Compare
Hi @jsoref , @agaudreault, |
5922883
to
ed20578
Compare
I have updated docs and add an e2e test. The PR is ready for review. Thanks. |
ed20578
to
1381346
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM, @svghadi could you please resolve conflicts? |
989601d
to
82e7ad8
Compare
Seems like CI is flaky. Ran few of the failing tests locally, didn't encounter any failures. |
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
924e143
to
977960e
Compare
CI is green now ✅. |
Closes #15693
Implements hide-annotations.md proposal.
Depends on argoproj/gitops-engine#577
This PR adds ability to define a list of annotations to mask on secret resources. A new
resource.sensitive.mask.annotations
key (updated based on feedback on PR) is introduced inargocd-cm
configmap which can be used to configure a list of annotation keys to mask on secret resources.mask-annotations.mov
Checklist: