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

[FEAT] Provide utilities to help users configure appropriate role claims #88

Open
artis3n opened this issue Jan 6, 2023 · 1 comment
Labels
enhancement New feature or request go Pull requests that update Go code

Comments

@artis3n
Copy link
Collaborator

artis3n commented Jan 6, 2023

Inside our organization, we have created internal utilities that assist developers with generating the appropriate configuration of bound_subject and additional_claims for their use cases. Those utilities are specific to workflows inside our organization, but we can still provide a more generic utility to assist organizations with figuring out what subject claim they should use and whether any additional claims should be added.

This could be a Go binary that asks some questions and generates out JSON files in the format we leverage in our example, or some other Terraform thing. I'd love to create HCL entities and have the ability to pass those into the module that unwrap into the appropriate bound_subject and additional_claims values. A la Go struct and a type expectation. But I don't believe the terraform go SDK helps much for a module author.

@artis3n artis3n added enhancement New feature or request go Pull requests that update Go code labels Jan 13, 2023
@artis3n
Copy link
Collaborator Author

artis3n commented Feb 2, 2023

One possible approach to assist is #99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

No branches or pull requests

1 participant