Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixes azurekms. #29

Merged
merged 1 commit into from
Nov 21, 2024
Merged

fix: fixes azurekms. #29

merged 1 commit into from
Nov 21, 2024

Conversation

ianhundere
Copy link
Collaborator

@ianhundere ianhundere commented Nov 21, 2024

relates to #23

further context:

❯ az keyvault show --name sigstore-key
{
  "id": "/subscriptions/3e16852e-8399-4c16-b246-16bf46bc3747/resourceGroups/ian_sandbox/providers/Microsoft.KeyVault/vaults/sigstore-key",
  "location": "eastus",
  "name": "sigstore-key",
  "properties": {
    "accessPolicies": [],
    "createMode": null,
    "enablePurgeProtection": null,
    "enableRbacAuthorization": true,
    "enableSoftDelete": true,
    "enabledForDeployment": false,
    "enabledForDiskEncryption": false,
    "enabledForTemplateDeployment": false,
    "hsmPoolResourceId": null,
    "networkAcls": {
      "bypass": "None",
      "defaultAction": "Allow",
      "ipRules": [],
      "virtualNetworkRules": []
    },
    "privateEndpointConnections": null,
    "provisioningState": "Succeeded",
    "publicNetworkAccess": "Enabled",
    "sku": {
      "family": "A",
      "name": "Standard"
    },
    "softDeleteRetentionInDays": 7,
    "tenantId": "1b4a4fed-fed8-4823-a8a0-3d5cea83d122",
    "vaultUri": "https://sigstore-key.vault.azure.net/"
  },
  "resourceGroup": "ian_sandbox",
  "systemData": {
    "createdAt": "2024-11-12T17:58:49.859000+00:00",
    "createdBy": "[email protected]",
    "createdByType": "User",
    "lastModifiedAt": "2024-11-12T17:58:49.859000+00:00",
    "lastModifiedBy": "[email protected]",
    "lastModifiedByType": "User"
  },
  "tags": {},
  "type": "Microsoft.KeyVault/vaults"
}
❯ ./sigstore-certificate-maker create \
  --kms-type azurekms \
  --kms-key-id sigstore-key \
  --kms-vault-name sigstore-key \
  --kms-tenant-id 1b4a4fed-fed8-4823-a8a0-3d5cea83d122 \
  --root-template fulcio-root-template.json \
  --intermediate-template fulcio-intermediate-template.json
{"level":"info","timestamp":"2024-11-21T09:20:53.646-0500","message":"Certificates created successfully","service":"sigstore-certificate-maker","root_cert":"https://fulcio.com","intermediate_cert":"https://fulcio.com","root_is_ca":true,"intermediate_is_ca":true,"root_path_len":1,"key_usage":"96","ext_key_usage":"[]"}

@ianhundere ianhundere force-pushed the fix/fixes-azurekms branch 2 times, most recently from 867fd39 to b2495de Compare November 21, 2024 14:26
@ianhundere ianhundere merged commit f8ac254 into main Nov 21, 2024
2 checks passed
@ianhundere ianhundere deleted the fix/fixes-azurekms branch November 21, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants