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

[AIRFLOW-3003] Pull the krb5 image instead of building #3844

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/ci/2-setup-kdc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ KRB5_KTNAME=/etc/airflow.keytab
cat /etc/hosts
echo "hostname: ${FQDN}"

sudo cp $DIRNAME/krb5/krb-conf/client/krb5.conf /etc/krb5.conf
sudo cp $DIRNAME/krb5/krb5.conf /etc/krb5.conf

echo -e "${PASS}\n${PASS}" | sudo kadmin -p ${ADMIN}/admin -w ${PASS} -q "addprinc -randkey airflow/${FQDN}"
sudo kadmin -p ${ADMIN}/admin -w ${PASS} -q "ktadd -k ${KRB5_KTNAME} airflow"
Expand Down
3 changes: 1 addition & 2 deletions scripts/ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ services:
- ./openldap/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom

krb5-kdc-server:
build: ./krb5
image: krb5-kdc-server
image: godatadriven/krb5-kdc-server
hostname: krb5-kdc-server
domainname: example.com

Expand Down
52 changes: 0 additions & 52 deletions scripts/ci/krb5/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/ci/krb5/krb-conf/server/kadm5.acl

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/ci/krb5/krb-conf/server/kdc.conf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ renew_lifetime = 7d
forwardable = true

[realms]
TEST.LOCAL = {
kdc = krb5-kdc-server:88
admin_server = krb5-kdc-server
}
TEST.LOCAL = {
kdc = krb5-kdc-server:88
admin_server = krb5-kdc-server
}
41 changes: 0 additions & 41 deletions scripts/ci/krb5/start_kdc.sh

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/ci/krb5/supervisord.conf

This file was deleted.