These credentials will be used for KCAP authentication at /{{ tenant_id }}/login
Username: {{ tenant.username }}
Password: {{ tenant.password }}
Note: In production, passwords should be encrypted and not displayed.
To test the login endpoint with these credentials:
curl -u {{ tenant.username }}:{{ tenant.password }} http://{{ request.host }}/{{ tenant_id }}/login