diff --git a/ja/learn/admin/REST/rest-bucket-auth.dita b/ja/learn/admin/REST/rest-bucket-auth.dita index eda7dce..2b1dbbc 100644 --- a/ja/learn/admin/REST/rest-bucket-auth.dita +++ b/ja/learn/admin/REST/rest-bucket-auth.dita @@ -1,31 +1,28 @@ - - Changing bucket authentication - To change bucket authentication use the POST - /pools/default/buckets/acache HTTP method and URI with the authType - parameter. + + bucket認証の変更 + bucket認証を変更を削除する時は、POST /pools/default/buckets/acache HTTP メソッドとURIにauthTypeパラメータを渡してを使用します。 -
Description -

Changing a bucket from port-based authentication to SASL authentication is achieved by - changing the active bucket configuration.

- When changing the active bucket configuration, specify the existing - configuration parameters and the changed authentication parameters. +
+ 説明 +

稼働中のbucketの設定を変更することでbucketをポートベースの認証からSASL認証に変更することが出来ます。

+ 稼働中のbucketの設定を変更するときは、既存の設定パラメータと変更した認証パラメータを指定してください。
-
HTTP method and URI +
HTTPメソッドとURI POST /pools/default/buckets/acache -

Parameter:

+

パラメータ:

    -
  • authType - Values type includes sasl or none. Default: none
  • +
  • authType - 値の種類は sasl か noneです。 デフォルト: none
-
Syntax -

Curl request syntax:

+
シンタックス +

Curlリクエストシンタックス:

curl -X POST -u [admin]:[password] -d authType=[none | sasl] -d saslPassword=[password] @@ -34,8 +31,9 @@
-
Example -

Curl request example:

+
+ +

Curlリクエスト例:

curl -X POST -u admin:password -d authType=sasl -d saslPassword=letmein