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

Signed cookie for sub folder example #2

Open
ZelCloud opened this issue May 3, 2022 · 1 comment
Open

Signed cookie for sub folder example #2

ZelCloud opened this issue May 3, 2022 · 1 comment

Comments

@ZelCloud
Copy link

ZelCloud commented May 3, 2022

How would you generate a signed cookie with access to anything under a specific sub folder?

ie

- folder 1 (no access)
- folder 2 (access)
  - file 1 (access)
  - file 2 (access)
@pevers
Copy link
Collaborator

pevers commented Feb 24, 2024

How would you generate a signed cookie with access to anything under a specific sub folder?

ie

- folder 1 (no access)
- folder 2 (access)
  - file 1 (access)
  - file 2 (access)

I'm a bit fuzzy on this, but I think Cloudfront supports wildcards, but that's about it. So for fine grained control you need to generate it per item.

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

No branches or pull requests

2 participants