-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Current Implementation
Both provisioning and verification APIs use hardcoded tenantID = "0":
// provisioning/api/handler.go:38-39
var (
tenantID = "0"
)
// verification/api/handler.go:19-21
var (
tenantID = "0"
)Questions
- What is the design goal of tenant ID?
- What are the practical use cases for tenant ID?
- Is the hardcoded "0" intentional or a placeholder?
ARM CCA Context
The ARM CCA store handler uses tenant ID in lookup keys: ARM_CCA://{tenantID}/{implID}/{instID}, but the APIs always pass "0"
Could you clarify the intended design and practical use of tenant ID specifically for ARM CCA attestation schemes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels