Description
Add platform awareness to the token response and SHOW LICENSE SQL command so that each deployment environment (PRODUCTION, STAGING, INTEGRATION, DEVELOPMENT) receives and displays its own platform-specific quotas.
This is part of Epic 8: Multi-Platform License Generation, following Story 8.1 (Plan-Level Platform Overrides).
Changes Required
elasticsql (this repo)
GatewayApi.scala: Add "platform" field to SHOW LICENSE output row, defaulting to "PRODUCTION" when not set
LicenseExecutorSpec.scala: Update existing test + add STAGING/DEVELOPMENT platform display tests
Related
Description
Add platform awareness to the token response and
SHOW LICENSESQL command so that each deployment environment (PRODUCTION, STAGING, INTEGRATION, DEVELOPMENT) receives and displays its own platform-specific quotas.This is part of Epic 8: Multi-Platform License Generation, following Story 8.1 (Plan-Level Platform Overrides).
Changes Required
elasticsql (this repo)
GatewayApi.scala: Add"platform"field toSHOW LICENSEoutput row, defaulting to"PRODUCTION"when not setLicenseExecutorSpec.scala: Update existing test + add STAGING/DEVELOPMENT platform display testsRelated