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

question/request for documentation on accesslist configuration #2

Closed
qorron opened this issue Oct 19, 2016 · 3 comments
Closed

question/request for documentation on accesslist configuration #2

qorron opened this issue Oct 19, 2016 · 3 comments

Comments

@qorron
Copy link

qorron commented Oct 19, 2016

suffering from issue #1 I was thinking to allow connections to everywhere if login via g+ works and restrict it to one single target ip if it doesn't.
the source ip doesn't matter in both cases.

how would I do that?

@zyclonite
Copy link
Owner

good question!
this was not possible yet without messy blacklist rules...
i added a whitelist now where you can configure this single host (v1.0.2)

"accesslist":[{
  "email":"[email protected]",
  "access":[
    {"network":"0.0.0.0/8"},
    {"network":"::/8"}
  ]
},
"whitelist":[
  {"host":"192.168.0.1"}
],
"blacklist":[
  {"network":"0.0.0.0/8"},
  {"network":"::/8"}
]

@qorron
Copy link
Author

qorron commented Oct 19, 2016

nice! thanks!

so instead of the id one can also use the email for authentication with g+?

what about the domain property?
is it possible to specify more than one id or email for one accesslist entry?

@zyclonite
Copy link
Owner

id, email and domain are possible -> domain is only available if you have a google apps account with your private domain (hosted domain)

there is no list of ids possible at the moment, you need to copy the whole entry for another id

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