-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add policy serialisation primitives to mismi-iam #256
Comments
|
Yeah ideally will lift bucket code up |
I just did plain Haskell types with aeson - don't have a strong preference, but it seems like the QQ implementation in bucket doesn't do a lot to ensure that the provided policy is well-formed (e.g., version string is actually a valid version, et cetera)? |
How did you do the permissions? |
I added types/serialisation stuff for policy documents in
moog
, but it's generally applicable and should probably go inmismi-iam
instead, unless there's a better place I'm not aware of.The text was updated successfully, but these errors were encountered: