Skip to content

[ZEPPELIN-3271] add shiro setup for cron feature in docs #4922

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sh1nj1
Copy link
Contributor

@sh1nj1 sh1nj1 commented Apr 23, 2025

What is this PR for?

This PR adds description of another condition to enable Cron feature in documentation.
It is hard to know that is is required to configure Shiro authentication to enable Cron feature.

What type of PR is it?

Documentation

Todos

What is the Jira issue?

How should this be tested?

  • bundle exec jekyll serve --watch and check the documentation updated.

Screenshots (if appropriate)

Questions:

  • Does the license files need to update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

Copy link
Contributor

@Reamer Reamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right.

public boolean isZeppelinNotebookCronEnable() {
return getBoolean(ConfVars.ZEPPELIN_NOTEBOOK_CRON_ENABLE) && isAuthenticationEnabled();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants