Skip to content

unable to run locally with application credentials #8

@dremsol

Description

@dremsol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions