mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
- Refactored installer UI with updated canvas rendering, sidebar navigation, and footer buttons. - Enhanced styling for macOS compatibility and consistent design across controls. - Added Pytest-based unit tests for `screen.py` and `config.py`. - Expanded dependency catalog with new tools like `tshark` and `pyshark`. - Improved error tolerance for background rendering and added placeholders for Kerberos configuration.
22 lines
397 B
YAML
22 lines
397 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: prole-krb5-conf
|
|
namespace: prole
|
|
data:
|
|
krb5.conf: |
|
|
[libdefaults]
|
|
default_realm = PROLE.ORG
|
|
dns_lookup_realm = true
|
|
dns_lookup_kdc = true
|
|
|
|
[realms]
|
|
PROLE.ORG = {
|
|
kdc = kdc.prole.org
|
|
admin_server = kdc.prole.org
|
|
}
|
|
|
|
[domain_realm]
|
|
.prole.org = PROLE.ORG
|
|
prole.org = PROLE.ORG
|