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

Secret approval with groups #2061

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

akhilmhdh
Copy link
Member

Description 📣

This PR enables secret approval to work with users part of groups. Instead of project membership we now take user id in secret approval. The api now returns the corresponding user details for various user entities like statusChangeBy, committer etc

Type ✨

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

@akhilmhdh akhilmhdh added the 🚀 feature request New feature or request label Jul 3, 2024
@akhilmhdh akhilmhdh self-assigned this Jul 3, 2024
@akhilmhdh
Copy link
Member Author

@maidul98 After review, merge when your also available as this is migration change

@maidul98
Copy link
Collaborator

maidul98 commented Jul 4, 2024

@sheensantoscapadngan ping me in slack when you are done with the review and i'll skim over it before deploy

Copy link
Member

@sheensantoscapadngan sheensantoscapadngan left a comment

Choose a reason for hiding this comment

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

I checked these ones and noticed these are all AuthMode.JWT. It should be safe to break these right since it's all supposed to be used via Web?
image

@sheensantoscapadngan
Copy link
Member

group members not shown in policy user selection
image

resolved: another effort

Copy link
Collaborator

@maidul98 maidul98 left a comment

Choose a reason for hiding this comment

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

Good idea to go from project membership to users. We'll need to do something similar for access requests (not yet though)

@maidul98 maidul98 merged commit bbe2d2e into Infisical:main Jul 4, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants