Skip to content

Commit

Permalink
[JENKINS-22469] Added notes to help of noNeedReauthentication that it…
Browse files Browse the repository at this point in the history
… does not work for REST/CLI.
  • Loading branch information
ikedam committed Apr 5, 2014
1 parent bee6e62 commit 6451b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -2,4 +2,6 @@
Do not require authentication in the <strong>next</strong> configuration if the User ID is not changed.
Use this feature carefully, for a malicious user can run unintended commands without authentication by changing configuration of the project.
You should also watch CONFIGURE privilege for this project is granted only to proper users.

This does not work when configuring via REST/CLI.
</div>
Expand Up @@ -2,4 +2,6 @@
<strong>次回の</strong>設定更新時に、ユーザーIDの指定に変更がなければ認証を要求しません。
悪意あるユーザーがプロジェクトの設定を変えることで、認証なしに任意のコマンドを実行できてしまうため、この設定の利用には注意が必要です。
プロジェクトの設定権限が適切なユーザーにだけ付与されていることを確認してから使用するようにしてください。

REST/CLI 利用時にはこの設定は無視されます。
</div>

0 comments on commit 6451b35

Please sign in to comment.