mirror of
https://github.com/openkmip/pykmip
synced 2025-12-15 15:53:36 +00:00
Update the server session to use the auth plugin framework
This change updates how the server session handles message processing, adding support for the new authentication plugin framework. Session unit tests have been updated to account for this change.
This commit is contained in:
@@ -398,10 +398,12 @@ class KmipServer(object):
|
||||
s = session.KmipSession(
|
||||
self._engine,
|
||||
connection,
|
||||
address,
|
||||
name=session_name,
|
||||
enable_tls_client_auth=self.config.settings.get(
|
||||
'enable_tls_client_auth'
|
||||
)
|
||||
),
|
||||
auth_settings=self.config.settings.get('auth_plugins')
|
||||
)
|
||||
s.daemon = True
|
||||
s.start()
|
||||
|
||||
Reference in New Issue
Block a user