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

Feature: pywinrm[kerberos] support built into docker containers #2741

Open
gawainXX opened this issue Feb 10, 2025 · 1 comment
Open

Feature: pywinrm[kerberos] support built into docker containers #2741

gawainXX opened this issue Feb 10, 2025 · 1 comment
Labels

Comments

@gawainXX
Copy link

Related to

Docker

Impact

nice to have for enterprise usage

Missing Feature

Greetings, It's nice to see there is winrm support built into the docker container, although that support is fairly limited without kerberos support.

I have to install the following within the docker container in order to get kerberos auth (via vaulted creds) to work against domain member systems.

apk packages:

  • krb5
  • krb5-dev
  • gcc
  • musl-dev
  • python3-dev

python pip packages:

  • pywinrm[kerberos]

Implementation

Would it be possible to add these into the docker build?

Design

No response

@gawainXX
Copy link
Author

I forgot to add, I'm currently using semaphoreui/semaphore:v2.12.4-ansible2.16.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant