Skip to content
New issue

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

unable to run locally with application credentials #8

Open
dremsol opened this issue May 10, 2023 · 0 comments
Open

unable to run locally with application credentials #8

dremsol opened this issue May 10, 2023 · 0 comments

Comments

@dremsol
Copy link

dremsol commented May 10, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant