Skip to content

feat(gcp): Cloud KMS in Cloud Explorer #100

Description

@hectorvent

Add Cloud KMS to the Cloud Explorer (gcp)

The gcp emulator implements Cloud KMS (~0 operations). The UI does not surface it yet.

Backend (packages/api)

  • src/cloud-spi/kmsSchema.tskmsSchemaFor('gcp') (model: src/cloud-spi/storageSchema.ts)
  • src/adapter-gcp/GcpKmsAdapter.ts implements CloudServiceAdapter + GcpKmsAdapter.test.ts (model: src/adapter-aws/AwsStorageAdapter.ts)
  • Register new GcpKmsAdapter() in src/cloudProxy.ts; add services.push({...}) + schema() fallback in src/service/CloudProxyService.ts

Frontend (packages/frontend)

  • Verify nav shows Cloud KMS for gcp and normalizeService() handles the literal (pages/CloudExplorerPage.tsx)
  • Confirm generic DynamicResourceView rendering; add a service === '...' panel only if deep UX is needed

Acceptance

  • Cloud KMS appears in the gcp nav; list / create / delete / inspect work against the local emulator
  • Adapter unit test passes

Depends on #70 (new kms service type).
Emulator source: floci-gcp/src/main/java/io/floci/gcp/services/kms/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededservice-coverageAdd a cloud service to the Cloud Explorer

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions