-
- Downloads
Allow license tokens that start with `airgap_` (#42733)
Accept license tokens with an `airgap_` prefix, besides the already accepted 64-character long tokens. This weakens the validation in the FE. Rigorous validation of tokens beginning with `airgap_` occurs in the BE. See this [Slack message](https://metaboat.slack.com/archives/C064EB1UE5P/p1715813885703249?thread_ts=1715813614.437989&cid=C064EB1UE5P).
Showing
- frontend/src/metabase/setup/components/LicenseTokenStep/LicenseTokenForm.tsx 4 additions, 10 deletions...se/setup/components/LicenseTokenStep/LicenseTokenForm.tsx
- frontend/src/metabase/setup/components/LicenseTokenStep/constants.tsx 11 additions, 0 deletions.../metabase/setup/components/LicenseTokenStep/constants.tsx
- frontend/src/metabase/setup/components/LicenseTokenStep/constants.unit.spec.tsx 45 additions, 0 deletions...setup/components/LicenseTokenStep/constants.unit.spec.tsx
- frontend/src/metabase/setup/tests/enterprise.unit.spec.tsx 23 additions, 2 deletionsfrontend/src/metabase/setup/tests/enterprise.unit.spec.tsx
Please register or sign in to comment