-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Created Authorizer for Bootstrap server #1362
Created Authorizer for Bootstrap server #1362
Conversation
@Warmek, it seems there is an issue with your eca. Please do not create a new PR, we will try to resolve this using this PR. First I will check your eca by myself. |
I check it and it seems you didn't sign any ECA with email adress you used to create your commit. Look at this : https://github.com/eclipse/leshan/wiki/How-to-contribute#legal-stuff- for more details. |
Once it's done, let me know. |
@sbernard31 I've signed the agreement you've sent me. Sorry it took so long |
No problem 😉 I check your ECA and it seems valid now. ✔️. I try to relaunch validating tools (eclipsefdn/eca) and still get a ❌... Just by curiosity, do you add/link your github account to your eclipse account ? |
Yes, my GitHub username in eclipse profile is correct |
Ok I rerun the valdation tools and this time we get a ✔️ Let's see now if your PR pass "Check Pull Request" validation 🙂 |
leshan-server-core/src/main/java/org/eclipse/leshan/server/security/BootstrapAuthorizer.java
Outdated
Show resolved
Hide resolved
...r-core/src/main/java/org/eclipse/leshan/server/bootstrap/DefaultBootstrapSessionManager.java
Outdated
Show resolved
Hide resolved
...r-core/src/main/java/org/eclipse/leshan/server/bootstrap/DefaultBootstrapSessionManager.java
Outdated
Show resolved
Hide resolved
...r-core/src/main/java/org/eclipse/leshan/server/bootstrap/DefaultBootstrapSessionManager.java
Outdated
Show resolved
Hide resolved
...erver-core/src/main/java/org/eclipse/leshan/server/bootstrap/DefaultBootstrapAuthorizer.java
Outdated
Show resolved
Hide resolved
...erver-core/src/main/java/org/eclipse/leshan/server/bootstrap/DefaultBootstrapAuthorizer.java
Show resolved
Hide resolved
.../main/java/org/eclipse/leshan/server/californium/bootstrap/LeshanBootstrapServerBuilder.java
Show resolved
Hide resolved
I think it's OK now. 👍 I will just rebase this on |
This implements authorizer interface for Bootstrap server in similar way to how it is done in Leshan Server.