(cls)
| 422 | |
| 423 | @classmethod |
| 424 | def get_server_settings(cls): |
| 425 | settings = super().get_server_settings() |
| 426 | settings['krb_server_keyfile'] = f'FILE:{cls.realm.keytab}' |
| 427 | return settings |
| 428 | |
| 429 | @classmethod |
| 430 | def setup_cluster(cls): |
no outgoing calls
no test coverage detected