improvement(pam): swap resources table to card grid and add favorites#5701
Merged
saifsmailbox98 merged 13 commits intomainfrom Mar 17, 2026
Merged
Conversation
…id GROUP BY conflict
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
Greptile SummaryThis PR replaces the PAM resources table view with a card grid layout and adds the ability to favorite/unfavorite resources. Favorited resources are sorted to the top of the list.
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 812ae59 |
…type, auth method, and org ID.
Validate resource belongs to the claimed project and check conditional read permissions with subject() on both favorite and unfavorite paths.
x032205
requested changes
Mar 17, 2026
frontend/src/pages/pam/PamResourcesPage/components/PamResourceCard.tsx
Outdated
Show resolved
Hide resolved
x032205
approved these changes
Mar 17, 2026
jshimko
added a commit
to jshimko/infisical
that referenced
this pull request
Mar 19, 2026
* main: (1418 commits) Minor UI improvements on code signing Update docs/documentation/getting-started/introduction.mdx Added what is infisical video to the corresponding docs page fix: correct audit log spread ordering to prevent org id being set undefined chore: update static IP for US and EU shared cloud Doc improvements fix: correct operator subset check to be more restrictive and add tests fix: specify down length improvement(auth): increase azure spid field length feat(pam): redis web access, arrow key support (Infisical#5688) Address PR comments fix: lint issue CA Certificate Support for LDAPS refactor(api): consolidate deletedSecretKeys population and remove TSyncSecretsResult annotation in AWS PS sync refactor(api): remove redundant TSyncSecretsResult return type annotation in AWS SM sync fix: replace empty .catch() with logger.error for telemetry event error handling improvement: make index creation concurrent Reduce Jargon improvement(pam): swap resources table to card grid and add favorites (Infisical#5701) Show dependencies on resources ... # Conflicts: # helm-charts/infisical-standalone-postgres/templates/infisical.yaml # helm-charts/infisical-standalone-postgres/values.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Screenshots
Steps to verify the change
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).