mindsphere/mindconnect-nodejs

feat: simplify App-Credentials input

CloudFoxx opened this issue · 1 comments

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:

  • User -> ClientID
  • Password -> ClientSecret
stale commented

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.