-
Notifications
You must be signed in to change notification settings - Fork 988
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(#31): implemented api for environment crud operations #186
Conversation
This is awesome! Makes total sense to me! I feel like @dangtony98 might say that the routes should be like 'workspace/:workspaceId/environment'. I know that he is doing some v2 revamp which should create a common way of naming routes. @dangtony98 do you have any opinions here? |
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.
There needs some changes and further discussion on how to handle envrionments in upcoming V2 API by @dangtony98
@Zamion101 And yes. I have talked with tony and now this PR is in a waiting for v2 routes to come inti picture and launched |
…ith backend fix(Infisical#31): fixed all v2 release conflict
Looking into this right now! Thank you for such detailed description! |
What does it do
This will enable workspace environment crud operations
Screenshots
Expand
List Env
Create Env
Update Env
Delete Env
Dashboard
Service Token
Integration Page