mdx: 서버 정책과 감사 로그 문서를 동기화합니다 - #1059
Conversation
## Summary Confluence에서 갱신된 서버 접근 정책과 감사 로그 문서를 다국어 콘텐츠에 반영합니다. - Session Recording과 RDP Clipboard 관련 정책 안내를 보완합니다. - Permission 부여 및 감사 로그 항목을 최신 화면과 동작에 맞춥니다. - 새 스크린샷 3개와 KO/EN/JA 번역을 함께 동기화합니다. - 변환 과정에서 본문에 섞인 macro parameter 진단 문자열을 제외합니다. 🤖 Generated with Codex Constraint: access-control-logs의 EOF 빈 줄을 canonical 문서 출력으로 유지합니다. Confidence: high Scope-risk: moderate Directive: Confluence macro parameter 진단 문자열을 콘텐츠로 반영하지 않습니다. Tested: 315개 Confluence 문서 변환, 변경 문서 EN/JA Skeleton 비교, 이미지 참조 검증, npm run build Not-tested: 브라우저 렌더링 Co-Authored-By: Atlas <atlas@jk.agent>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f4a7c45d5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| * Periodically change passwords for server accounts of registered servers | ||
| * When set to On, the following changes occur: | ||
| * In [Managing Servers as Groups | 3.-Registering-Accounts](connection-management/server-groups/managing-servers-as-groups#3-registering-accounts), account selection options for password provisioning are added | ||
| * In [Managing Servers as Groups | 3.-Registering-Accounts](connection-management/server-groups/managing-servers-as-groups#3.-accounts-%eb%93%b1%eb%a1%9d%ed%95%98%ea%b8%b0), account selection options for password provisioning are added |
There was a problem hiding this comment.
Restore the per-locale account anchor
This English link now uses the Korean #3.-accounts-... fragment, but the target English page's section is #### 3. Registering Accounts (src/content/en/administrator-manual/servers/connection-management/server-groups/managing-servers-as-groups.mdx:91), so the fragment does not exist and the link no longer jumps to the account-registration instructions; the Japanese link changed to the same Korean fragment as well. Use the locale-specific anchor (or an explicit stable id) so users following the password-provisioning guidance land on the intended section.
Useful? React with 👍 / 👎.
| * When accessing servers, the system automatically creates temporary accounts on the server. | ||
|
|
||
| #### Default Policy Settings for Server Permission Requests | ||
| #### Server Access Request Default Settings |
There was a problem hiding this comment.
Keep inbound links valid after the heading rename
After this heading was renamed, existing inbound links still point at the old section id, for example src/content/en/administrator-manual/servers/connection-management/server-groups/managing-servers-as-groups.mdx:230 links to #default-policy-settings-for-server-permission-requests and the Japanese page has the same stale-anchor pattern. Those links now open the SAC configurations page without jumping to this section, so either update the inbound anchors to the new slug or preserve the old anchor explicitly.
Useful? React with 👍 / 👎.
Summary
Confluence에서 갱신된 서버 접근 정책과 감사 로그 문서를 KO/EN/JA에 동기화합니다.
Test plan
npm run build를 통과했습니다.Additional notes
access-control-logs.mdx의 EOF 빈 줄은 canonical output으로 KO/EN/JA에 유지합니다. 이에 따라git diff --check에서 의도된 경고 3건이 발생합니다.ENOBUFS경고가 출력되지만 빌드는 성공합니다.🤖 Generated with Codex