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

Support dump workload and authorizationPolicy #214

Open
4 of 6 tasks
hzxuzhonghu opened this issue Apr 10, 2024 · 7 comments · May be fixed by #1222
Open
4 of 6 tasks

Support dump workload and authorizationPolicy #214

hzxuzhonghu opened this issue Apr 10, 2024 · 7 comments · May be fixed by #1222
Assignees
Labels

Comments

@hzxuzhonghu
Copy link
Member

hzxuzhonghu commented Apr 10, 2024

  • Workload
  • Services
  • AuthorizationPolicy
  • Certificates
  • Bpf Map for workloads
  • Bpf Map for others
@hzxuzhonghu hzxuzhonghu added the good first issue Good for newcomers label May 23, 2024
This was referenced May 29, 2024
@carlory
Copy link

carlory commented Jun 5, 2024

/assign

@hzxuzhonghu
Copy link
Member Author

@carlory There is now only authz policy left

@yp969803
Copy link
Contributor

@hzxuzhonghu does authorizationPolicy still left to do?

@yp969803
Copy link
Contributor

@hzxuzhonghu tcp authorization is already present, do you want L7 authorization?

@hzxuzhonghu
Copy link
Member Author

@hzxuzhonghu does authorizationPolicy still left to do?

@yp969803 yes, it is still to be implemented

@hzxuzhonghu
Copy link
Member Author

If you look at

type WorkloadDump struct {
	Workloads []*Workload
	Services  []*Service
	// TODO: add authorization
	Policies []*security.Authorization
}

YOu can see the policies is not yet there

@yp969803
Copy link
Contributor

yp969803 commented Feb 5, 2025

/assign

@yp969803 yp969803 linked a pull request Feb 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants