Skip to content

Commit

Permalink
fix(gms): missing directory for gms (#5570)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Aug 4, 2022
1 parent 2eef7e4 commit 4f35a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/datahub-gms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ FROM base as dev-install

FROM ${APP_ENV}-install as final

RUN mkdir -p /etc/datahub/plugins/auth/resources

RUN addgroup -S datahub && adduser -S datahub -G datahub
USER datahub

Expand Down
1 change: 0 additions & 1 deletion docker/datahub-gms/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ fi
# kubernetes deployments
auth_resource_dir=${AUTH_RESOURCES_DIR:-"/etc/datahub/plugins/auth/resources"}
# Option --classes ${AUTH_RESOURCE_LOOK_UP_DIR} is added for Apache Ranger library to load the ranger-datahub-security.xml from classpath
mkdir -p $auth_resource_dir
COMMON="
$WAIT_FOR_EBEAN \
$WAIT_FOR_CASSANDRA \
Expand Down

0 comments on commit 4f35a6c

Please sign in to comment.