-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
NS8 Subscription key accepts spaces and breaks validation if pasted with trailing/leading spaces.
Steps to reproduce
-
Go to Cluster → Settings → Subscription
-
Paste a valid subscription key (LK) with one or more leading or trailing spaces
-
Save the configuration
Expected behavior
The validator should reject subscription keys that contain any leading or trailing spaces, or automatically trim them before saving.
Actual behavior
The system accepts the LK even if it includes spaces. This causes invalid subscription verification and mismatched hashes between systems.
For example, when the key is saved with a space, the computed SHA256 hash does not match the expected one, leading to subscription issues and license inconsistencies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done