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

Duplicate product with different names (from Google) #81

Open
caddac opened this issue Mar 15, 2024 · 1 comment
Open

Duplicate product with different names (from Google) #81

caddac opened this issue Mar 15, 2024 · 1 comment

Comments

@caddac
Copy link
Contributor

caddac commented Mar 15, 2024

I noticed that we have IAM duplicated, but with different product names. This is almost certainly an artifact from Google rather some bug in this repo.

cloud-catalog/data/gcp.json

Lines 2148 to 2181 in 5099191

{
"id": "gcp/identity-and-access-management",
"name": "Identity and Access Management",
"summary": "Permissions management system for Google Cloud resources.",
"url": "https://cloud.google.com/security/products/iam",
"categories": [
{
"id": "gcp/category/security-and-identity",
"name": "Security and Identity"
}
],
"tags": [
"gcp/platform",
"gcp/service/identity-and-access-management",
"gcp/category/security-and-identity"
]
},
{
"id": "gcp/identity-and-access-management-iam",
"name": "Identity and Access Management (IAM)",
"summary": "Permissions management system for Google Cloud resources.",
"url": "https://cloud.google.com/iam",
"categories": [
{
"id": "gcp/category/management-tools",
"name": "Management Tools"
}
],
"tags": [
"gcp/platform",
"gcp/service/identity-and-access-management-iam",
"gcp/category/management-tools"
]
},

@caddac
Copy link
Contributor Author

caddac commented Mar 15, 2024

further data, this used to be named "cloud-iam" and it changed in Dec 2023
53b499d#diff-41d942882426d5538c9d2b4926432009229f5c427b54127b5a7353fe8b806d80

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

No branches or pull requests

1 participant