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

Implement RemoveSubjectFromPolicy and RemoveResourceFromPolicy #336

Closed
raravena80 opened this issue Dec 28, 2016 · 2 comments
Closed

Implement RemoveSubjectFromPolicy and RemoveResourceFromPolicy #336

raravena80 opened this issue Dec 28, 2016 · 2 comments
Labels
feat New feature or request.

Comments

@raravena80
Copy link

func (h *PolicyHandler) RemoveSubjectFromPolicy(cmd *cobra.Command, args []string) {
	fmt.Println("Not yet implemented.")
}

func (h *PolicyHandler) RemoveResourceFromPolicy(cmd *cobra.Command, args []string) {
	fmt.Println("Not yet implemented.")
}

Need these for our infrastructure. Is there a workaround ?

@aeneasr aeneasr added the feat New feature or request. label Dec 29, 2016
@aeneasr
Copy link
Member

aeneasr commented Dec 29, 2016

Currently not, it's tracked as #305 . I'll probably get to it in the next few days.

@aeneasr
Copy link
Member

aeneasr commented Dec 29, 2016

Closing as dupe :)

@aeneasr aeneasr closed this as completed Dec 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants