-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
policy size #24
Comments
Thanks @nirsnappy! That's a good idea. But quite tricky, I believe. First of all, the package only creates single statements, not complete policies. So we can only ensure a single statement does not exceed the size limit. That would already be a good feature though! But then we have the problem of the varying character limits of policies: Inline role policies: 10,240 Since we don't know in which context the statement is going to be used, the only option I can think of is to ask the user.
But that's not really helpful. It's the same as this, what the user can already do now:
(I probably should implement a Yeah, so not sure about it 🤔 |
i always ending up google that: again and again so it will be nice touch. |
A combination of automatically reducing the policy size and perhaps some context aware auto splitting would be awesome. Something along the lines of |
I have actually planned to add the concept of a full policy to Floyd and wanted to deal with it on that level. The policy then knows it's type ( |
first of all look like a great idea! and the name is genius.
will you enforce policy size limit ?
The text was updated successfully, but these errors were encountered: