Skip to main content

GCP provider for Pragmatiks

Project description

GCP Provider

GCP provider for Pragmatiks - manage Google Cloud resources declaratively.

Available Resources

Secret (gcp/secret)

Manages secrets in GCP Secret Manager using user-provided service account credentials.

from gcp_provider import Secret, SecretConfig

# Define a secret
secret = Secret(
    name="my-api-key",
    config=SecretConfig(
        project_id="my-gcp-project",
        secret_id="api-key",
        data="super-secret-value",
        credentials={"type": "service_account", ...},  # or JSON string
    ),
)

Config:

  • project_id - GCP project ID where the secret will be created
  • secret_id - Identifier for the secret (must be unique per project)
  • data - Secret payload data to store
  • credentials - GCP service account credentials (JSON object or string)

Outputs:

  • resource_name - Full GCP resource name (projects/{project}/secrets/{id})
  • version_name - Full version resource name including version number
  • version_id - The version number as a string

Installation

pip install pragmatiks-gcp-provider

Development

Testing

# Install dependencies
uv sync --dev

# Run tests
uv run pytest tests/

Writing Tests

Use ProviderHarness to test lifecycle methods:

from pragma_sdk.provider import ProviderHarness
from gcp_provider import Secret, SecretConfig

async def test_create_secret():
    harness = ProviderHarness()
    result = await harness.invoke_create(
        Secret,
        name="test-secret",
        config=SecretConfig(
            project_id="test-project",
            secret_id="my-secret",
            data="secret-value",
            credentials=mock_credentials,
        ),
    )
    assert result.success
    assert result.outputs.resource_name is not None

Deployment

Push your provider to Pragmatiks platform:

pragma provider push

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pragmatiks_gcp_provider-0.100.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pragmatiks_gcp_provider-0.100.0-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file pragmatiks_gcp_provider-0.100.0.tar.gz.

File metadata

File hashes

Hashes for pragmatiks_gcp_provider-0.100.0.tar.gz
Algorithm Hash digest
SHA256 71afacd37ce3dd374a148c1feeed6ef49d2f142cb596c76dc5e775c2dd68e468
MD5 ee757e2100f4e6897afb879b8591301f
BLAKE2b-256 932099138740feed39ff4489715c2f03c8e043cc0b1d0f3567ffb24cd4b84cf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pragmatiks_gcp_provider-0.100.0.tar.gz:

Publisher: publish.yaml on pragmatiks/pragma-providers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pragmatiks_gcp_provider-0.100.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pragmatiks_gcp_provider-0.100.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10ba9249f7b4315baecd0333ed29fc93ec9d8a757ddd35f1dd272df333a682e7
MD5 34db7e297e558439a7a69a676c7b90f2
BLAKE2b-256 e7ab65291c0ab580bf65a699aca340b4198e6e5a53b925a6ed122938a09106d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pragmatiks_gcp_provider-0.100.0-py3-none-any.whl:

Publisher: publish.yaml on pragmatiks/pragma-providers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page