Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update master branch, part 1
- Updated master branch with changes from the laboratory
- Temporarily removed obsolete demo/complex
- Fixed download script to reflect new URL of midPoint distribution server
- Upgraded midPoint to 4.0.1
mederly committed Nov 5, 2019
1 parent 07f29a3 commit d05e369
Showing 134 changed files with 49 additions and 7,430 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
midpoint-dist.tar.gz
tmp
demo/complex/tmp
demo/complex2/tmp

10 changes: 6 additions & 4 deletions Dockerfile
@@ -2,15 +2,15 @@
# Building assumes midpoint-dist.tar.gz is present in the current directory.
#

FROM tier/shibboleth_sp
FROM tier/shibboleth_sp:3.0.4_03122019

MAINTAINER info@evolveum.com

RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo
RUN yum -y update
RUN yum -y install \
zulu-8 \
zulu-11 \
cron \
supervisor \
libcurl \
@@ -47,7 +47,7 @@ RUN cp /dev/null /etc/httpd/conf.d/ssl.conf \

# Build arguments

ARG MP_VERSION=4.0
ARG MP_VERSION=4.0.1
ARG MP_DIST_FILE=midpoint-dist.tar.gz

ENV MP_DIR /opt/midpoint
@@ -60,7 +60,9 @@ COPY container_files/mp-dir/ ${MP_DIR}/
RUN echo 'Extracting midPoint archive...' \
&& tar xzf ${MP_DIR}/${MP_DIST_FILE} -C ${MP_DIR} --strip-components=1

VOLUME ${MP_DIR}/var
# Disabled because of wider compatibility issues (e.g. AWS)
# TODO: consider all the consequences
#VOLUME ${MP_DIR}/var

# Repository parameters

2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -61,7 +61,7 @@ pipeline {
sh '(cd demo/simple ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0'
sh '(cd demo/shibboleth ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0'
sh '(cd demo/postgresql ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0'
sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0'
//sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0'
} catch (error) {
def error_details = readFile('./debug')
def message = "BUILD ERROR: There was a problem testing ${imagename}:${tag}. \n\n ${error_details}"
3 changes: 2 additions & 1 deletion container_files/usr-local-bin/start-httpd.sh
@@ -21,7 +21,8 @@ case $AUTHENTICATION in
echo "*** Starting httpd WITH Shibboleth support"
set -e
rm -f /etc/httpd/logs/httpd.pid
(/usr/sbin/shibd) & httpd -DFOREGROUND
export LD_LIBRARY_PATH=/opt/shibboleth/lib64:$LD_LIBRARY_PATH
(/usr/sbin/shibd -f) & httpd -DFOREGROUND
;;
internal)
echo "*** Starting httpd WITHOUT Shibboleth support"
14 changes: 0 additions & 14 deletions demo/complex/.env

This file was deleted.

9 changes: 0 additions & 9 deletions demo/complex/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions demo/complex/add-ref-groups.gsh

This file was deleted.

2 changes: 0 additions & 2 deletions demo/complex/add-ref-groups.sh

This file was deleted.

21 changes: 0 additions & 21 deletions demo/complex/after-installation.sh

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
20 changes: 0 additions & 20 deletions demo/complex/configs-and-secrets/grouper/httpd/host-cert.pem

This file was deleted.

28 changes: 0 additions & 28 deletions demo/complex/configs-and-secrets/grouper/httpd/host-key.pem

This file was deleted.

207 changes: 0 additions & 207 deletions demo/complex/configs-and-secrets/grouper/shibboleth/idp-metadata.xml

This file was deleted.

136 changes: 0 additions & 136 deletions demo/complex/configs-and-secrets/grouper/shibboleth/shibboleth2.xml

This file was deleted.

20 changes: 0 additions & 20 deletions demo/complex/configs-and-secrets/grouper/shibboleth/sp-cert.pem

This file was deleted.

28 changes: 0 additions & 28 deletions demo/complex/configs-and-secrets/grouper/shibboleth/sp-key.pem

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions demo/complex/configs-and-secrets/midpoint/httpd/host-cert.pem

This file was deleted.

28 changes: 0 additions & 28 deletions demo/complex/configs-and-secrets/midpoint/httpd/host-key.pem

This file was deleted.

207 changes: 0 additions & 207 deletions demo/complex/configs-and-secrets/midpoint/shibboleth/idp-metadata.xml

This file was deleted.

139 changes: 0 additions & 139 deletions demo/complex/configs-and-secrets/midpoint/shibboleth/shibboleth2.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions demo/complex/directory/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions demo/complex/directory/container_files/seed-data/ds-setup.inf

This file was deleted.

20 changes: 0 additions & 20 deletions demo/complex/directory/container_files/seed-data/users.ldif

This file was deleted.

307 changes: 0 additions & 307 deletions demo/complex/docker-compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions demo/complex/grouper_daemon/Dockerfile

This file was deleted.

40 changes: 0 additions & 40 deletions demo/complex/grouper_data/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions demo/complex/grouper_data/container_files/conf/grouper.properties

This file was deleted.

78 changes: 0 additions & 78 deletions demo/complex/grouper_data/container_files/conf/subject.properties

This file was deleted.

79 changes: 0 additions & 79 deletions demo/complex/grouper_data/container_files/seed-data/demo.gsh

This file was deleted.

7 changes: 0 additions & 7 deletions demo/complex/grouper_ui/Dockerfile

This file was deleted.

69 changes: 0 additions & 69 deletions demo/complex/grouper_ui/container_files/shibboleth/shibd.logger

This file was deleted.

9 changes: 0 additions & 9 deletions demo/complex/grouper_ws/Dockerfile

This file was deleted.

0 comments on commit d05e369

Please sign in to comment.