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

Update AKHQ username and password to be taken from .env #39

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

RyanWalker277
Copy link
Collaborator

Fixes #37

@@ -14,8 +14,8 @@ services:
akhq:
security:
basic-auth:
- username: admin
password: d49745a74edfd20705ccaa277209db554b6b0d78c20780a4facf87e88aee78c0
- username: ${AKHQ_USER}
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes they are being picked correctly.Checked it on local. Attaching a screenshot for refrence

image

Copy link
Collaborator

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

Copy link
Collaborator Author

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.

Copy link
Collaborator

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.

Copy link
Collaborator

@tushar5526 tushar5526 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go through comments

@RyanWalker277 RyanWalker277 mentioned this pull request Apr 20, 2023
27 tasks
Copy link
Collaborator

@tushar5526 tushar5526 left a 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.

@RyanWalker277
Copy link
Collaborator Author

Let's pick it up after the env is refactored.

@RyanWalker277 RyanWalker277 changed the base branch from main to dev May 6, 2023 08:56
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 this pull request may close these issues.

AKHQ username password is written directly to compose. Also test it so that its not available to internet.
2 participants