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 Generating Policy Document #497

Open
akefirad opened this issue Feb 23, 2024 · 1 comment
Open

Support Generating Policy Document #497

akefirad opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@akefirad
Copy link

Is there a way to generate the whole policy document (not the statement), like this:

{
  "Version": "2012-10-17",
  "Statement": [
    ...
  ]
}

If not, is it possible to add the support? It can have a few helpful APIs as well (.e.g. addStatement).
Thanks.

@akefirad akefirad added the enhancement New feature or request label Feb 23, 2024
@udondan
Copy link
Owner

udondan commented Feb 23, 2024

It's currently not possible but I would like to have this.

What is your use case?

My use case is to validate the policy size which is different for each policy type, see #24

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

No branches or pull requests

2 participants