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

New CLI arguments for session length and renewal #241

Closed
ischolten opened this issue May 15, 2019 · 1 comment
Closed

New CLI arguments for session length and renewal #241

ischolten opened this issue May 15, 2019 · 1 comment
Assignees
Milestone

Comments

@ischolten
Copy link

For Influxdb oss, there are now two cli arguments that can be used for configuring the session. session-length specifies in minutes how long the session should be; its default is 60 (for 60 minutes). session-renewal-disabled specifies whether session renewal should be disabled; the default is false. If it is not disabled, every request will set the session's expiration time to five minutes from now. If it is disabled, after the amount of time specified by the session length occurs, the user will be redirected back to the login page.

Related to influxdata/influxdb#13924

@sanderson sanderson added this to the alpha-10 milestone May 15, 2019
@sanderson sanderson self-assigned this May 15, 2019
@sanderson sanderson added the Pending PR Waiting on a PR to be merged label May 15, 2019
@russorat
Copy link
Contributor

@sanderson the pr has been merged

@sanderson sanderson removed Pending PR Waiting on a PR to be merged labels Jul 11, 2019
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

No branches or pull requests

3 participants