We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our use case for blocklists, it would be better to be able to define the configuration on the staging bucket.
staging
The groups URI could contain placeholder like this: "/buckets/source/groups/{collection_id}-reviewers"
"/buckets/source/groups/{collection_id}-reviewers"
"hooks": [{ "event": "kinto_signer.events.ReviewRequested", "subject": "{user_id} requested review on {bucket_id}/{collection_id}.", "template": "Review changes at {root_url}admin/#/buckets/{bucket_id}/collections/{collection_id}/records", "recipients": ["/buckets/source/groups/{collection_id}-reviewers"] }]
The text was updated successfully, but these errors were encountered:
Support configuration from bucket metadata (fixes #27)
7fb0e5c
4dba49a
No branches or pull requests
In our use case for blocklists, it would be better to be able to define the configuration on the
staging
bucket.The groups URI could contain placeholder like this:
"/buckets/source/groups/{collection_id}-reviewers"
The text was updated successfully, but these errors were encountered: