From a2a672328514a834e1ec9fec7352bf2997615751 Mon Sep 17 00:00:00 2001 From: Hadar Date: Wed, 25 Dec 2024 10:44:16 +0200 Subject: [PATCH] update guides security label, deprecate old aws exporter --- .../aws/aws-exporter/_category_.json | 2 +- .../aws/aws-exporter/aws-exporter.md | 11 +++++----- .../cloud-providers/aws/aws.md | 5 ----- src/components/guides-section/consts.js | 22 +++++++++---------- .../guides/icons/{AppSec.svg => Security.svg} | 0 5 files changed, 18 insertions(+), 22 deletions(-) rename static/img/guides/icons/{AppSec.svg => Security.svg} (100%) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/_category_.json b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/_category_.json index 6d3edd0ff..99e979547 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/_category_.json +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/_category_.json @@ -1,4 +1,4 @@ { - "label": "AWS Exporter (outdated)", + "label": "AWS Exporter (deprecated)", "position": 3 } diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md index 72941db78..abc710374 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md @@ -8,15 +8,16 @@ import Image from "@theme/IdealImage"; # AWS Exporter -:::warning ocean integration available -An [Ocean](https://ocean.getport.io) integration for AWS is now available! It is easier to use and supports more configuration options. We suggest using it instead, you can find it [here](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). -If you still prefer to use the older integration, follow the instructions on this page. +:::warning Deprecated +This exporter is deprecated and will be removed in the future. + +To integrate Port with AWS, use the [Ocean AWS integration](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). ::: -Our integration with AWS provides the ability to export your AWS resources to Port, according to your configuration. +Port's AWS integration provides the ability to export your AWS resources to Port, according to your configuration. You can define the integration to run both on schedule and on events. -Our integration with AWS supports real-time event processing, this allows for an accurate **real-time** representation of your AWS infrastructure inside Port. +The integration supports real-time event processing, this allows for an accurate **real-time** representation of your AWS infrastructure inside Port. :::tip Port's AWS exporter is open source, view the source code [**here**](https://github.com/port-labs/port-aws-exporter). diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md index a9769ad46..2d1b98120 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md @@ -8,11 +8,6 @@ import Image from "@theme/IdealImage"; # AWS -:::warning Ocean integration -This documentation refers to the newer (and recommended) AWS Ocean integration. -If you are using the older AWS Exporter (Lambda), please refer to the [AWS Exporter documentation](./aws-exporter/). -::: - Port's AWS integration allows you to import your AWS resources into Port, according to your configuration. After the initial import of data, the integration will also listen to live events from AWS to update data in Port in real time. diff --git a/src/components/guides-section/consts.js b/src/components/guides-section/consts.js index 6d7fafe9d..bf46e3994 100644 --- a/src/components/guides-section/consts.js +++ b/src/components/guides-section/consts.js @@ -1,5 +1,5 @@ export const tagsCategoryMap = { - "Use-cases": ["SDLC", "K8s for devs", "Incident management", "IaC for devs", "Cloud access management", "Feature flag management", "AppSec", /*"Cloud cost",*/ "Dev environments", "Engineering metrics", "Dependency management", "API catalog"], + "Use-cases": ["SDLC", "K8s for devs", "Incident management", "IaC for devs", "Cloud access management", "Feature flag management", "Security", /*"Cloud cost",*/ "Dev environments", "Engineering metrics", "Dependency management", "API catalog"], "Port pillars": ["Actions", "Automations", "Dashboards", "Scorecards", "RBAC"], Technologies: [ "GitHub", @@ -144,7 +144,7 @@ export const availableGuides = [ { title: "Connect GitHub repository (service) to a SonarQube project", description: "Create a logical connection between your services and their corresponding SonarQube projects", - tags: ["AppSec", "SonarQube", "GitHub"], + tags: ["Security", "SonarQube", "GitHub"], logos: ["SonarQube", "GitHub"], // category: "Getting started", link: "/guides/all/connect-github-repository-with-sonarqube-project", @@ -192,7 +192,7 @@ export const availableGuides = [ { title: "Connect GitHub pull request to SonarQube analysis", description: "Create a logical connection between your GitHub PRs and their corresponding SonarQube analyses", - tags: ["AppSec", "SonarQube", "GitHub"], + tags: ["Security", "SonarQube", "GitHub"], logos: ["SonarQube", "GitHub"], // category: "Getting started", link: "/guides/all/connect-github-pr-with-sonar-analysis", @@ -200,7 +200,7 @@ export const availableGuides = [ { title: "Connect SonarQube project to service", description: "Create a logical connection between your SonarQube projects and their corresponding services", - tags: ["AppSec", "SonarQube"], + tags: ["Security", "SonarQube"], logos: ["SonarQube", "Git"], // category: "Getting started", link: "/guides/all/connect-sonar-project-to-service", @@ -488,7 +488,7 @@ export const availableGuides = [ { title: "Create Jira Issue from Dependabot Alert", description: "Create a self-service action that creates a Jira issue from a Dependabot alert", - tags: ["AppSec", "Jira", "GitHub", "Actions"], + tags: ["Security", "Jira", "GitHub", "Actions"], logos: ["Jira", "GitHub"], // category: "Getting started", link: "/guides/all/create-jira-issue-from-dependabot", @@ -600,7 +600,7 @@ export const availableGuides = [ { title: "Add tags to a SonarQube project", description: "Create a self-service action that adds tags to a SonarQube project", - tags: ["AppSec", "SonarQube", "GitHub", "Actions"], + tags: ["Security", "SonarQube", "GitHub", "Actions"], logos: ["SonarQube", "GitHub"], // category: "Getting started", link: "/guides/all/add-tags-to-sonarqube-project", @@ -780,7 +780,7 @@ export const availableGuides = [ { title: "Ingest Checkmarx KICS scan results into your catalog", description: "Ingests Checkmarx KICS scan results in your Checkmarx KICS file using Port's GitHub file ingesting feature", - tags: ["AppSec", "Checkmarx", "GitHub"], + tags: ["Security", "Checkmarx", "GitHub"], logos: ["Checkmarx", "GitHub"], link: "/guides/all/ingest-checkmarx-kics-scan-into-your-catalog" }, @@ -794,14 +794,14 @@ export const availableGuides = [ { title: "Ingest software bills of materials (SBOMs) into your catalog", description: "Ingests software bill of material (SBOM) in your `SBOM.json` or `SBOM.xml` file using Port's GitHub file ingesting feature", - tags: ["AppSec", "GitHub"], + tags: ["Security", "GitHub"], logos: ["GitHub"], link: "/guides/all/ingest-software-bill-of-materials-sbom-into-your-catalog" }, { title: "Ingest Trivy vulnerabilities into your catalog", description: "Ingests Trivy vulnerabilities in your Trivy scan results file using Port's GitHub file ingesting feature", - tags: ["AppSec", "Trivy", "GitHub"], + tags: ["Security", "Trivy", "GitHub"], logos: ["Trivy", "GitHub"], link: "/guides/all/ingest-trivy-vulnerabilities-into-your-catalog" }, @@ -816,7 +816,7 @@ export const availableGuides = [ { title: "Ingest vulnerability alerts from Orca Security", description: "Ingest vulnerability alerts from Orca Security using a custom webhook integration", - tags: ["AppSec", "Webhook"], + tags: ["Security", "Webhook"], logos: ["Webhook"], link: "/guides/all/ingest-vulnerability-alerts-from-orca-security-using-a-custom-webhook-integration" }, @@ -845,7 +845,7 @@ export const availableGuides = [ { title: "Ingest security issues from .sarif files to services", description: "Ingest .sarif files and relate them to the corresponding service entities", - tags: ["AppSec", "GitHub"], + tags: ["Security", "GitHub"], logos: ["GitHub"], link: "/guides/all/ingest-security-issues-from-sarif-files-to-services", }, diff --git a/static/img/guides/icons/AppSec.svg b/static/img/guides/icons/Security.svg similarity index 100% rename from static/img/guides/icons/AppSec.svg rename to static/img/guides/icons/Security.svg