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

Introduce disconnect client logic. #2069

Closed
wants to merge 1 commit into from
Closed

Conversation

klizhentas
Copy link
Contributor

@klizhentas klizhentas commented Jul 12, 2018

This commit implements #1935, fixes #2038

Auth server now supports global
defaults for timeout behavior:

auth_service:
  # client_idle_timeout never
  client_idle_timeout:  15m
   # disconnect expired cert
  disconnect_expired_cert: no

New role options were introduced:

kind: role
version: v3
metadata:
  name: intern
  spec:
    options:
      # these two settings override the global ones:
      client_idle_timeout:  1m
      disconnect_expired_cert: yes

@klizhentas
Copy link
Contributor Author

retest this please

This commit implements #1935, fixes #2038

Auth server now supports global
defaults for timeout behavior:

```
auth_service:
  client_idle_timeout:  15m
  disconnect_expired_cert: no
```

New role options were introduced:

```
kind: role
version: v3
metadata:
  name: intern
  spec:
    options:
    # these two settings override the global ones:
    client_idle_timeout:  1m
    disconnect_expired_cert: yes
```
@klizhentas klizhentas closed this Jul 13, 2018
@klizhentas klizhentas deleted the sasha/idle-behavior branch July 18, 2018 22:55
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.

None yet

2 participants