File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
metadata-integration/java/spark-lineage-legacy/spark-smoke-test Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9999 ' :datahub-actions' ,
100100 ],
101101 additionalEnv : [
102- ' DATAHUB_LOCAL_COMMON_ENV' : " ${ rootProject.project(':metadata-integration:java:spark-lineage-legacy').projectDir} /spark-smoke-test/smoke-gms.env"
102+ ' DATAHUB_LOCAL_COMMON_ENV' : " ${ rootProject.project(':metadata-integration:java:spark-lineage-legacy').projectDir} /spark-smoke-test/smoke-gms.env" ,
103+ ' METADATA_SERVICE_AUTH_ENABLED' : ' false'
103104 ]
104105 ],
105106 ' quickstartStorage' : [
Original file line number Diff line number Diff line change 11REST_API_AUTHORIZATION_ENABLED = false
2- METADATA_SERVICE_AUTH_ENABLED = false
2+ # This does not work from an env file since this is also defined in the environment list which takes precedence over env files.
3+ # This environment variable must be set to disable METADATA_SERVICE_AUTH_ENABLED
4+ # METADATA_SERVICE_AUTH_ENABLED=false
You can’t perform that action at this time.
0 commit comments