Skip to content

Design Goal and Practical Use of Tenant ID #329

@jeevan0920

Description

@jeevan0920

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

  1. What is the design goal of tenant ID?
  2. What are the practical use cases for tenant ID?
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions