diff --git a/akamai-guardicore-centra/custom-integration-centra-v4-api.star b/akamai-guardicore-centra/custom-integration-centra-v4-api.star index 801cb1f..a3fe5e2 100644 --- a/akamai-guardicore-centra/custom-integration-centra-v4-api.star +++ b/akamai-guardicore-centra/custom-integration-centra-v4-api.star @@ -77,7 +77,7 @@ def build_assets(assets, token): tags = [] for label in label_names: split_label = label.split(':') - tag = split_label[0] + '=' + split_label[1] + tag = split_label[0].strip().replace(' ', '_') + '=' + split_label[1].strip().replace(' ', '_') tags.append(tag) diff --git a/docs/integrations.json b/docs/integrations.json index de88720..41150df 100644 --- a/docs/integrations.json +++ b/docs/integrations.json @@ -1,5 +1,5 @@ { - "lastUpdated": "2026-01-15T15:32:00.895289Z", + "lastUpdated": "2026-01-22T14:03:19.649909Z", "totalIntegrations": 32, "integrationDetails": [ {