mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #51] [MERGED] Security groups #335
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/51
Author: @manikanta9176
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @manikanta9176
Base:
main← Head:security-groups📝 Commits (10+)
42f7e86chore: added security groups collectionab32ab4chore: attached security groups to servers5c58c6achore: security group compenents15611a4chore: changes folders and removed sshkeys tab4551fbdchore: updated ui for the security tab3147b30chore: updated the not found for ssh and security groupaac1247chore: updated the collectionf03347bchore: server-onboarding-ui-fixes, add provider type to server7686a6ffix: onboarding context-issue1b8e35efix: condition context issue📊 Changes
35 files changed (+4533 additions, -309 deletions)
View changed files
📝
package.json(+2 -1)📝
pnpm-lock.yaml(+137 -74)📝
src/actions/cloud/aws/index.ts(+79 -64)📝
src/actions/cloud/aws/validator.ts(+34 -0)➕
src/actions/securityGroups/index.ts(+176 -0)➕
src/actions/securityGroups/validator.ts(+160 -0)📝
src/actions/sshkeys/index.ts(+3 -3)📝
src/app/(frontend)/(dashboard)/layout.client.tsx(+2 -2)➕
src/app/(frontend)/(dashboard)/settings/security/page.tsx(+203 -0)➕
src/app/(frontend)/(dashboard)/settings/security/sync.ts(+84 -0)📝
src/app/(frontend)/(dashboard)/settings/servers/page.tsx(+6 -1)➖
src/app/(frontend)/(dashboard)/settings/ssh-keys/page.tsx(+0 -38)📝
src/app/(frontend)/onboarding/ssh-keys/page.tsx(+2 -2)➕
src/components/security/CreateSSHKey.tsx(+66 -0)📝
src/components/security/CreateSSHKeyForm.tsx(+4 -60)➕
src/components/security/CreateSecurityGroup.tsx(+154 -0)➕
src/components/security/CreateSecurityGroupForm.tsx(+1281 -0)📝
src/components/security/SSHKeysList.tsx(+2 -2)📝
src/components/security/SSHLoading.tsx(+0 -0)➕
src/components/security/SecurityGroupsList.tsx(+172 -0)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.