Skip to content

SCIM jit edits#24600

Open
akristen wants to merge 11 commits intodocker:mainfrom
akristen:scim-jit-edits
Open

SCIM jit edits#24600
akristen wants to merge 11 commits intodocker:mainfrom
akristen:scim-jit-edits

Conversation

@akristen
Copy link
Copy Markdown
Contributor

@akristen akristen commented Apr 1, 2026

Updating Provision section, part of freshness updates. Will add details later. 🖖

To do:

Do I need to update links with /manuals/.../..../.../ per bot, or is that an error? need to confim if this is a blocker o if i can merge as is and file another PR to fix linking

@akristen akristen self-assigned this Apr 1, 2026
@akristen akristen added the area/admin Relates to Docker Admin label Apr 1, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 1, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 5bb8143
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69d7f360d0d81d0008903f7f
😎 Deploy Preview https://deploy-preview-24600--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

akristen added 3 commits April 1, 2026 10:59
…ce it contained two topics; moved domain management into provision since sso has its own instructions in setup
@akristen
Copy link
Copy Markdown
Contributor Author

akristen commented Apr 1, 2026

/review

@docker-agent
Copy link
Copy Markdown
Contributor

docker-agent bot commented Apr 1, 2026

PR Review Failed — The review agent encountered an error and could not complete the review. View logs.

@dvdksn
Copy link
Copy Markdown
Contributor

dvdksn commented Apr 2, 2026

/review

docker-agent[bot]

This comment was marked as resolved.

@akristen
Copy link
Copy Markdown
Contributor Author

akristen commented Apr 9, 2026

/review

Copy link
Copy Markdown
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🔴 CRITICAL

Found 1 high-severity issue: missing redirect alias for moved file.

@akristen
Copy link
Copy Markdown
Contributor Author

akristen commented Apr 9, 2026

/review

Copy link
Copy Markdown
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🔴 CRITICAL

This PR reorganizes SCIM and provisioning documentation but introduces multiple broken internal links that will cause 404 errors for users.

Critical issues found:

  • 10 HIGH severity: Internal links missing required /manuals/ prefix
  • 2 HIGH severity: Broken relative links after file reorganization
  • 8 MEDIUM severity: Broken links to reorganized files and deprecated paths

All issues are in the changed code and must be fixed before merging.


HIGH Severity Issues

1. Broken relative link in provision-scim.md (line 41)

The link [Just-in-Time](just-in-time.md) is broken. The just-in-time.md file is in the parent directory, not in the scim/ subdirectory.

Fix: Change to ../just-in-time.md or /manuals/enterprise/security/provisioning/just-in-time.md

2. Missing /manuals/ prefix in just-in-time.md (lines 87-89)

Three links are missing the required /manuals/ prefix:

  • Line 87: /enterprise/security/provisioning/scim/
  • Line 88: /enterprise/security/provisioning/scim/group-mapping
  • Line 89: /enterprise/security/provisioning/troubleshoot-provisioning/

According to AGENTS.md, internal links must use full source paths with /manuals/ prefix (Hugo requirement).

3. Missing /manuals/ prefix in onboard.md (line 70)

/enterprise/security/provisioning/scim/group-mapping/manuals/enterprise/security/provisioning/scim/group-mapping

4. Missing /manuals/ prefix in provision-scim.md (lines 371-372)

  • Line 371: /enterprise/security/provisioning/scim/group-mapping/
  • Line 372: /enterprise/security/provisioning/troubleshoot-provisioning/

5. Missing /manuals/ prefix in settings-management/_index.md (line 65)

/enterprise/security/domain-management/#add-and-verify-a-domain/manuals/enterprise/security/domain-management/#add-and-verify-a-domain

6. Potentially broken relative link in just-in-time.md (line 60)

The link [SCIM enabled](scim/#enable-scim-in-docker) may be broken. Verify the anchor exists in scim/_index.md or update to scim/provision-scim.md#enable-scim-in-docker.


MEDIUM Severity Issues

7. Deprecated paths in grid links

  • content/manuals/admin/company/_index.md (line 33): Uses /security/for-admins/provisioning/scim/
  • content/manuals/admin/organization/_index.md (line 33): Uses /security/for-admins/provisioning/scim/

Fix: Update to /manuals/enterprise/security/provisioning/scim/

8. Duplicate alias in auto-provisioning.md (line 8)

The alias /security/for-admins/provisioning/just-in-time/ is also used in just-in-time.md, creating a redirect conflict.

Fix: Change to /security/for-admins/provisioning/auto-provisioning/

9. Broken links in troubleshoot-sso.md (line 130)

Two links point to the old scim.md location:

  • /manuals/enterprise/security/provisioning/scim.md#supported-attributes
  • /manuals/enterprise/security/provisioning/scim.md

Fix: Update to scim/provision-scim.md

10. Incorrect case and missing prefix in connect.md (line 262)

/enterprise/security/single-sign-on/faqs/troubleshoot-sso/ should be /manuals/enterprise/security/single-sign-on/FAQs/troubleshoot-sso/ (note capital FAQs)

11. Broken relative links in just-in-time.md (lines 57, 74)

Both lines have ./scim.md which no longer exists.

Fix: Update to ./scim/ or ./scim/provision-scim.md


Summary

Root cause: According to AGENTS.md, internal links in source files must use the full source path with /manuals/ prefix. The /manuals prefix is stripped only in published URLs, not in source files (Hugo requirement).

All /enterprise/ links without /manuals/ prefix will break.

docker-agent[bot]

This comment was marked as resolved.

@akristen akristen requested a review from aevesdocker April 9, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/admin Relates to Docker Admin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants