We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b28c4 commit 78546b8Copy full SHA for 78546b8
.github/workflows/go.yml
@@ -46,6 +46,9 @@ jobs:
46
with:
47
go-version-file: ${{ github.workspace }}/go.mod
48
49
+ - name: Install krb5 libraries
50
+ run: sudo apt-get install -y libkrb5-dev
51
+
52
- name: Run tests with code coverage
53
run: |
54
TEST_MONGODB_IMAGE=${{ matrix.image }} make test-cluster
docker-compose.yml
@@ -324,7 +324,6 @@ services:
324
- KRB5_CONFIG=/tmp/krb5.conf
325
- MONGO_INITDB_ROOT_USERNAME=admin
326
- MONGO_INITDB_ROOT_PASSWORD=adminpassword
327
- - MONGODB_HOST=psmdb-kerberos
328
volumes:
329
- ./docker/scripts:/scripts
330
- ./docker/kerberos/cache:/tmp/
0 commit comments