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

Default installation configs does not provide a working login #6

Open
caiobegotti opened this issue Aug 12, 2018 · 4 comments · May be fixed by #10
Open

Default installation configs does not provide a working login #6

caiobegotti opened this issue Aug 12, 2018 · 4 comments · May be fixed by #10

Comments

@caiobegotti
Copy link

Just installed it and tried to open the Kibana dashboard and then got this:

 Login is currently disabled. Administrators should consult the Kibana logs for more details. 

The login form is non-interactive and I cannot log in. The pod logs only show 200 OKs until that.

@caiobegotti
Copy link
Author

caiobegotti commented Aug 12, 2018

Apparently this is because ES is not up but after taking a look at it to me there is some bug in the chart because not all .yaml files from templates/ are being properly loaded and set up (namely ES StatefulSet):

$ helm install . -n efk
NAME:   efk
LAST DEPLOYED: Sun Aug 12 10:42:09 2018
NAMESPACE: default
STATUS: DEPLOYED

RESOURCES:
==> v1/Pod(related)
NAME                         READY  STATUS             RESTARTS  AGE
efk-kibana-6845f75c4b-qr7g4  0/1    ContainerCreating  0         3s

==> v1/ConfigMap
NAME                              DATA  AGE
efk-fluentd-elasticsearch-config  6     3s

==> v1/Service
NAME               TYPE       CLUSTER-IP     EXTERNAL-IP  PORT(S)   AGE
efk-elasticsearch  ClusterIP  10.15.240.45   <none>       9200/TCP  3s
efk-kibana         ClusterIP  10.15.255.123  <none>       5601/TCP  3s

==> v1beta2/Deployment
NAME        DESIRED  CURRENT  UP-TO-DATE  AVAILABLE  AGE
efk-kibana  1        1        1           0          3s


NOTES:
1. Get the application URL by [...]

@caiobegotti
Copy link
Author

Oh! It only works with RBAC enabled then? If it by design or a bug in the templates @GrantKlassy / @andrzejwp?

@krishnaarava
Copy link

Does this work with RBAC enabled? Can the README be updated to reflect the new instructions?

@yobitelcom
Copy link

I'm facing the same error. Please help me to sort out it.

@sztanyoo sztanyoo linked a pull request Sep 19, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants