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

[DOCS] Update Shiro configuration file with new package names #1700

Closed

Conversation

khalidhuseynov
Copy link
Contributor

What is this PR for?

Since most of authentication related realm classes has moved from org.apache.zeppelin.server package into org.apache.zeppelin.realm, we need to update corresponding shiro.ini.template file

What type of PR is it?

Improvement | Documentation

Todos

  • - update class packages

What is the Jira issue?

N/A

How should this be tested?

same as for testing LdapGroupRealm or ActiveDirectoryGroupRealm

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? no
  • Is there breaking changes for older versions? no
  • Does this needs documentation? no

@bzz
Copy link
Member

bzz commented Nov 29, 2016

Looks good to me, merging to master as a hotfix based on user feedback in this thread, if there is no further discussion.

@asfgit asfgit closed this in 78ff94c Nov 29, 2016
@khalidhuseynov khalidhuseynov deleted the update/shiro-config branch November 29, 2016 12:19
asfgit pushed a commit that referenced this pull request Dec 2, 2016
### What is this PR for?
Based on #1700, https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html#groups-and-permissions-optional needs be updated accordingly.

```
activeDirectoryRealm = org.apache.zeppelin.server.ActiveDirectoryGroupRealm
ldapRealm = org.apache.zeppelin.server.LdapGroupRealm
```
 to

```
ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
```

### What type of PR is it?
Documentation

### What is the Jira issue?
N/A

### How should this be tested?
No need to test this I guess. I just changed 3 words :D

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <fbdkdud93@hanmail.net>

Closes #1703 from AhyoungRyu/update/shiro-config-docs and squashes the following commits:

8159131 [AhyoungRyu] Update Shiro conf file with new package names in docs accordinly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants