Skip to content

refactor: remove token validation

Max Wittig requested to merge siemens/cli:refactor-remove-token-validation into main

Description

Currently the CLI does not work on our instance, as we're using a custom token prefix. Ours is CSC- and has a length of 24 chars so lets not assume any token and let the validation take place with the user api call.

🛠 with at Siemens

Screenshots (if appropriate):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
Edited by Max Wittig

Merge request reports