Skip to content

Commit

Permalink
fix(gms): ensure directory is present (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Aug 4, 2022
1 parent f06b8eb commit f984585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/datahub-gms/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ 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 f984585

Please sign in to comment.