Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Incorrect error message #120

Open
robsimmonds opened this issue Jun 20, 2022 · 0 comments
Open

Incorrect error message #120

robsimmonds opened this issue Jun 20, 2022 · 0 comments
Assignees

Comments

@robsimmonds
Copy link

on CentOS8 --test fails with LDAP message even though PAM is the only provider.
[carta@centos8-stream-d1 ~]$ carta-controller --test simmonds1
Checking config file /etc/carta/config.json
Testing configuration with user simmonds1
Password for user simmonds1:
✔ Checked PAM connection for user simmonds1
✔ Verified uid (1003) for user simmonds1
✖ Error: Cannot generate access token. Please check your config file's ldap auth section!
Controller tests with user simmonds1 failed
[carta@centos8-stream-d1 ~]$

[carta@centos8-stream-d1 ~]$ more /etc/carta/config.json
{
"$schema": "./config_schema.json",
"authProviders": {
"pam": {
"publicKeyLocation": "/etc/carta/carta_public.pem",
"privateKeyLocation": "/etc/carta/carta_private.pem",
"issuer": "my-carta-server.com"
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Icebox
Development

No branches or pull requests

2 participants