mindsphere / mindconnect-nodejs

NodeJS Library for Industrial IoT Connectivity - TypeScript SDK for Industrial IoT - Command Line Interface - Development Proxy - typescript-sdk is waiting for your contributions!
https://developer.siemens.com/industrial-iot-open-source/index.html
MIT License
68 stars 23 forks source link

feat: simplify App-Credentials input #329

Closed CloudFoxx closed 1 year ago

CloudFoxx commented 2 years ago

app credentials are provided from Developer-Cockpit in the following manner: ClientID = mytenant-myappname-v0.0.1-98452440 ClientSecet = RDbQGskl6cesJFfezlV9VyBka9sksla6zOxrmo69PbY

It would be helpful for a CLI user, if only ClientID & ClientSecret can be copy&pasted to the CLI and all fields are pre-filled automatically based on this. -> tenant = mytenant -> user-tenant = mytenant -> application name = myappname -> app version = v0.0.1 The user can than still set the environment and/or change something (e.g. user-tenant). By default user-tenant = host-tenant Note that all field values are found to be in the ClientID already.

naming-updates in the UI:

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.