Skip to content

feat(medcat-den): Make credentials optional for remote dens#418

Merged
alhendrickson merged 1 commit intomainfrom
feat/medcat-den/optional-remote-credentials
Apr 24, 2026
Merged

feat(medcat-den): Make credentials optional for remote dens#418
alhendrickson merged 1 commit intomainfrom
feat/medcat-den/optional-remote-credentials

Conversation

@alhendrickson
Copy link
Copy Markdown
Collaborator

Current Behavior

  • I have a medcattery instance with no authentication, this is the default when I start it up.
  • I can't use medcat-den without passing an unused credentials block

EG I have to do this in the json:

        "medcattery_prod": {
            "type": "medcattery",
            "host": "https://medcattery.example.com",
            "credentials": {
                "unused: "unused"
            }
        }

New behavior

I should now be able to skip that credentials block altogether

        "medcattery_prod": {
            "type": "medcattery",
            "host": "https://medcattery.example.com"
}

(Note I also need to change medcat-den-medcattery implementation)

@alhendrickson alhendrickson changed the title feat(medcat-den): Allow optional credentials for remote dens feat(medcat-den): Make credentials optional for remote dens Apr 24, 2026
Copy link
Copy Markdown
Collaborator

@mart-r mart-r left a comment

Choose a reason for hiding this comment

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

Yeah, why not. I've had the same issue before... So this would certain simplify some stuff

@alhendrickson alhendrickson merged commit 1697dad into main Apr 24, 2026
10 checks passed
@alhendrickson alhendrickson deleted the feat/medcat-den/optional-remote-credentials branch April 24, 2026 12:35
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.

2 participants