We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tested my application credentials with Curl and these are working but somehow this repository doesn't accept them anymore when running locally.
#!/bin/bash set -a; source ./app/.env; set +a python manage.py runserver
.env is structured as
HOST_ENVIRONMENT=eu1 MDSP_KEY_STORE_CLIENT_ID=secret_client_id MDSP_KEY_STORE_CLIENT_SECRET=abcdefghijklmnopqr MDSP_HOST_TENANT=siemens2 MDSP_USER_TENANT=siemens MDSP_OS_VM_APP_NAME=cli MDSP_OS_VM_APP_VERSION=v1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tested my application credentials with Curl and these are working but somehow this repository doesn't accept them anymore when running locally.
.env is structured as
The text was updated successfully, but these errors were encountered: