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

Test RADIUS Auth #20

Open
elnappo opened this issue Feb 19, 2019 · 0 comments
Open

Test RADIUS Auth #20

elnappo opened this issue Feb 19, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@elnappo
Copy link
Owner

elnappo commented Feb 19, 2019

RADIUS auth is not complete at the moment.
We want to provide a RADIUS server which can be used by anyone to authenticate devices based on project-novis users. This is useful for HAMNET/AMPRNet access points as only licensed amateur radio operators are allowed to use this service.

I've already created the required API endpoint and did a POC with FreeRADIUS. As we are only using RAIDUS for authentication FreeRADIUS seams to powerful for our use case. Maybe radius could be an alternative.

The RADIUS server should be a dedicated component which requires project novis API to work properly.

I'm not very familiar with RADIUS, if it's possible we should also authenticate RADIUS clients (access points/switch/...) with a static key and maybe also IP address restrictions. Therefore we need a database model for RADIUS clients.

Device -> AP/Switch -> RADIUS -> project-novis REST-API

@elnappo elnappo added this to the Next milestone Feb 21, 2019
@elnappo elnappo added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant