-
Notifications
You must be signed in to change notification settings - Fork 978
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: secret reference graph for understanding how its pulled #2603
feat: secret reference graph for understanding how its pulled #2603
Conversation
Don't merge this until permission v2 is merged |
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.
As a general comment on the PR - this new reference tree addition is awesome but I don't think users should have to navigate to this view to see the expanded secret value.
This should be visible from the table itself (both overview and main pages), maybe a hover or button as mentioned here
frontend/src/views/SecretMainPage/components/SecretListView/SecretReferenceDetails.tsx
Outdated
Show resolved
Hide resolved
frontend/src/views/SecretMainPage/components/SecretListView/SecretReferenceDetails.tsx
Outdated
Show resolved
Hide resolved
@scott-ray-wilson We don't want to show the entire tree on hover and next issue with hover is what about when they type, and all other cases it will popup. Second thing is i don't want to fill any more button on main page rows. It's already too much. Correction: I have decided to make that dashboard to dropdown and move some icons to there. |
da872e6
to
4c07716
Compare
…to better graph structure
4c07716
to
b9a1629
Compare
Description 📣
This PR introduces a secret reference details window in detail side bar. This helpers user to see the original value and also a graph view inference made to pull the reference.
The function is attached to the original function so that both are kept in sync. The next thing is tracing is optional inside the function so that most of other the time expansion happens its not done
Type ✨
Tests 🛠️
# Here's some code block to paste some code snippets