Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Introduce disconnect client logic. #2072

Merged
merged 1 commit into from
Jul 13, 2018
Merged

Conversation

klizhentas
Copy link
Contributor

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

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 merged commit eb364c1 into branch/2.7 Jul 13, 2018
@klizhentas klizhentas deleted the sasha/idle-behavior branch July 18, 2018 22:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant