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

Custom Authentication is Broken #177

Closed
alparslanavci opened this issue Jul 24, 2018 · 0 comments · Fixed by #186
Closed

Custom Authentication is Broken #177

alparslanavci opened this issue Jul 24, 2018 · 0 comments · Fixed by #186
Labels
Priority: High High Priority. Type: Defect Issue is a Defect ie a Bug that needs to be fixed.
Projects
Milestone

Comments

@alparslanavci
Copy link

When we try to use custom authentication with UsernamePasswordCredentials class, we can only configure it by using XML configuration as below:

<security> 
    <credentials>com.hazelcast.security.UsernamePasswordCredentials</credentials> 
    <login-credentials> 
        <username>User</username> 
        <password>usrPassword</password> 
    </login-credentials> 
</security>

It doesn't allow to configure programmatically since the UsernamePasswordCredentials is internal. It is a public class in Java client.

@burakcelebi burakcelebi added the Priority: High High Priority. label Jul 27, 2018
@asimarslan asimarslan added Estimation: M Type: Defect Issue is a Defect ie a Bug that needs to be fixed. labels Jul 27, 2018
@asimarslan asimarslan added this to the 3.10 milestone Jul 30, 2018
@asimarslan asimarslan added this to To do in 3.10 via automation Jul 30, 2018
@asimarslan asimarslan moved this from To do to In progress in 3.10 Aug 9, 2018
3.10 automation moved this from In progress to Done Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High High Priority. Type: Defect Issue is a Defect ie a Bug that needs to be fixed.
Projects
No open projects
3.10
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants