This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new adcf047d89 [ZEPPELIN-6065] Remove broken links on the Apache Shiro authentication page (#4803) adcf047d89 is described below commit adcf047d895f6c7ad561157bdcc5011e59a54eec Author: SeungYoung Oh <seung...@naver.com> AuthorDate: Tue Aug 27 23:11:50 2024 +0900 [ZEPPELIN-6065] Remove broken links on the Apache Shiro authentication page (#4803) * docs: Fix broken links on the Apache Shiro authentication page * Update docs/setup/security/shiro_authentication.md --------- Co-authored-by: Cheng Pan <pan3...@gmail.com> --- docs/setup/security/shiro_authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/security/shiro_authentication.md b/docs/setup/security/shiro_authentication.md index 6560d380a1..ed99cf813d 100644 --- a/docs/setup/security/shiro_authentication.md +++ b/docs/setup/security/shiro_authentication.md @@ -99,8 +99,8 @@ group1 = * ``` ## Configure Realm (optional) -Realms are responsible for authentication and authorization in Apache Zeppelin. By default, Apache Zeppelin uses [IniRealm](https://shiro.apache.org/static/latest/apidocs/org/apache/shiro/realm/text/IniRealm.html) (users and groups are configurable in `conf/shiro.ini` file under `[user]` and `[group]` section). You can also leverage Shiro Realms like [JndiLdapRealm](https://shiro.apache.org/static/latest/apidocs/org/apache/shiro/realm/ldap/JndiLdapRealm.html), [JdbcRealm](https://shiro.a [...] -To learn more about Apache Shiro Realm, please check [this documentation](http://shiro.apache.org/realm.html). +Realms are responsible for authentication and authorization in Apache Zeppelin. By default, Apache Zeppelin uses **IniRealm** (users and groups are configurable in `conf/shiro.ini` file under `[user]` and `[group]` section). You can also leverage Shiro Realms like **JndiLdapRealm**, **JdbcRealm** or create **AuthorizingRealm**. +To learn more about Apache Shiro Realm, please check [this documentation](https://shiro.apache.org/realm.html). We also provide community custom Realms.