Skip to content

Sentinel documentation landing page integration choices all link to same page #1365

@huttsMichael

Description

@huttsMichael

Product

Sentinel

Issue type

Bug

Describe your issue to request changes to the content on developer.hashicorp.com. Be specific and provide as much detail as possible. Include page URLs and screenshots if applicable.

On the main Sentinel docs page, the three "Integration" cards: Terraform, Vault, and Consul, all link to the same Terraform page. The pages that I imagine were intended to be linked to do exist, they're just not correctly linked on this page.

Excerpt of where the issue is:

{
        "type": "card-grid",
        "title": "Integrations",
        "description": "Sentinel integrates with HashiCorp products.",
        "cards": [
                {
                        "title": "Terraform",
                        "description": "Enforce infrastructure compliance policies with Terraform",
                        "url": "/sentinel/docs/terraform"
                },
                {
                        "title": "Vault",
                        "description": "Implement advanced access control policies within Vault",
                        "url": "/sentinel/docs/terraform"
                },
                {
                        "title": "Consul",
                        "description": "Create service mesh governance rules within Consul",
                        "url": "/sentinel/docs/terraform"
                }
        ],
        "headingLevel": 2,
        "headingId": "integrations"
}

Although the linked pages are within the repo, this specific page doesn't seem to be within the repository for me to open a PR.

Edit: This might be considered a separate issue but I'm also noticing another issue in this selection is that Nomad is not listed as one of the cards despite it having a page just like the other 3 that are (incorrectly) linked under "Integration".

Metadata

Metadata

Assignees

No one assigned

    Labels

    SentinelSentinel documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions