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

whishlist : private layer #128

Open
fxi opened this issue Mar 9, 2016 · 1 comment
Open

whishlist : private layer #128

fxi opened this issue Mar 9, 2016 · 1 comment

Comments

@fxi
Copy link

fxi commented Mar 9, 2016

It could be great to enable (or document) a private layer system that use token to access restricted data.

E.g. in settings file:

settings.pg.noFlyList = ["att_0"];
settings.pg.privateList = {
    "health_facility_planned" : "co3o3mktj53o45i5",
    "military_check_point" : "j53o45i5dmo4ifv9f"
}

Access to private layer using:
http://example.com/services/postgis/military_check_point/geom/vector-tiles/{z}/{x}/{y}.pbf?fields=gid,landuse&token="j53o45i5dmo4ifv9f"

@jharpster
Copy link
Collaborator

We've been considering implementing an authorization scheme for a while. Even though it's been on our road map we're looking for funding to get it done.

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