-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update AKHQ username and password to be taken from .env #39
base: dev
Are you sure you want to change the base?
Conversation
@@ -14,8 +14,8 @@ services: | |||
akhq: | |||
security: | |||
basic-auth: | |||
- username: admin | |||
password: d49745a74edfd20705ccaa277209db554b6b0d78c20780a4facf87e88aee78c0 | |||
- username: ${AKHQ_USER} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested this locally? The last time I tried passwords were not picked properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try running the UI for this service, and check whether it is asking for authentication
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not asking for authentication, but even putting direct login creds, it's still failing to do so. I guess the problem is somwhere with the container configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haan, figure it out then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go through comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Low priority. Fix cred problem.
Let's pick it up after the env is refactored. |
Fixes #37