-
Notifications
You must be signed in to change notification settings - Fork 18
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 possibility to authenticate preview only #274
Comments
I have a customer asking for authentication only for preview and not for live. |
+1 to this request. This would be great for us on adobe.com |
@tripodsan i think this is probably not a pipeline only issue or is it? if this has no impact on the delivery stack upstream that would be great. |
@davidnuescheler both. ultimately, the .live requests need to be able to fetch the content unauthenticated. for that several things must happen:
|
that's great thanks @tripodsan for the details. |
🎉 This issue has been resolved in version 5.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
eg:
access.allow.live=*
access.allow.live=anonymous
this would also allow for different creds:
better to reverse structure:
example of preview only auth:
example of different access groups for preview and live; including api key for live
only allow access via api key and authors
workaround
Pre-authenticate requests to .live via an
API_KEY
on the production CDNThe text was updated successfully, but these errors were encountered: