Skip to content

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

Open
RyanWalker277 wants to merge 3 commits into
samagra-comms:devfrom
RyanWalker277:fix#37
Open

Update AKHQ username and password to be taken from .env#39
RyanWalker277 wants to merge 3 commits into
samagra-comms:devfrom
RyanWalker277:fix#37

Conversation

@RyanWalker277

Copy link
Copy Markdown
Collaborator

Fixes #37

Comment thread docker-compose-debug.yml
basic-auth:
- username: admin
password: d49745a74edfd20705ccaa277209db554b6b0d78c20780a4facf87e88aee78c0
- username: ${AKHQ_USER}

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor

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.

@tushar5526 tushar5526 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Go through comments

Comment thread docker-compose-debug.yml Outdated
@RyanWalker277 RyanWalker277 mentioned this pull request Apr 20, 2023
27 tasks

@tushar5526 tushar5526 left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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