EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 4e867a2a authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

swift cli credentials ( except password)

parent 197b8b3a
No related branches found
No related tags found
1 merge request!29Preprocessor test
......@@ -6,6 +6,13 @@ OS_PASSWORD=$(docker exec -i $(docker ps -qf "name=emg-pvs_preprocessor") cat /r
docker exec -e OS_PASSWORD=$OS_PASSWORD -i $(docker ps -qf "name=emg-pvs_preprocessor") \
preprocessor preprocess --config-file testing/testing_preprocessor_config.yml KS03_AIS_PSH_1G_20160101T113020_20160101T113022_KGS_019339_75CE.tar
ST_AUTH_VERSION=3
OS_AUTH_URL_SHORT=https://auth.cloud.ovh.net/
OS_AUTH_URL=https://auth.cloud.ovh.net/v3/
OS_USERNAME=xqNChf3Rz5vs
OS_TENANT_NAME=7398560954290261
OS_TENANT_ID=1b418c4359064774af5d55da3f4bcac0
OS_REGION_NAME=SERCO-DIAS1
# gaining the necessary credentials and mapping them as env variables
swift auth --auth-version $ST_AUTH_VERSION --os-identity-api-version 3 --os-auth-url $OS_AUTH_URL \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment