# Keeperオートメーターサービス

![](/files/ZyK2nqdijGb4JOG9Ppkr)

## 概要

Keeperオートメーターはセルフホスト型のサービスで、デバイスの承認、チームの承認、およびチームユーザーの割り当てなどの暗号化処理を実行します。

オートメーターが実行されると、ユーザーはIDプロバイダによる認証に成功した後、それ以上の承認手順を踏まずに、新しい (まだ承認されていない) デバイス上のKeeperにそのままアクセスできます。オートメーターサービスが設定されていない場合でも、ユーザーと管理者はプッシュ承認を通じて手動でデバイスを承認できます。

Keeperオートメーターは、さまざまな方法でクラウドまたはオンプレミス環境に展開できる軽量のサービスです。

{% embed url="<https://vimeo.com/613835249>" %}
Automator概要ビデオ
{% endembed %}

## オートメーターが必要とされる理由

KeeperクラウドSSOコネクトは、IDプロバイダを使用してKeeperボルトへそのまま認証します。通常、新しいデバイスはユーザー自身が承認するか、管理者がユーザーの代わりに新しいデバイスを承認する必要があります。オートメーターサービスはデバイスの承認に関連する煩わしい操作をすべて解消したいと考える管理者のために作成された任意で選択できるサービスとなります。

ゼロ知識を維持し、暗号化されたデータキー (EDK) のユーザーデバイスへの転送を自動化するには、サービスをKeeper側でホストするのではなく、 企業側で運用するサービスとして実行する必要があります。このサービスには様々な実行方法があり、クラウドでもセルフホストでも実行可能です。

SSOコネクトの暗号化モデルの詳細な説明については、[こちらのページ](/sso-connect-cloud/jp/security-and-user-flow.md)をご参照ください。

バージョン17以降で追加された機能の概要は、[バージョン17の概要](/sso-connect-cloud/jp/device-approvals/automator/overview.md)をご参照ください。

## インストール方法 <a href="#installation-options" id="installation-options"></a>

ご利用の環境に応じて以下のインストール方法からお選びください。[Azure Container App](/sso-connect-cloud/jp/device-approvals/automator/azure-container-app.md)、[Azure App Services](/sso-connect-cloud/jp/device-approvals/automator/azure-app-services.md)、[AWS Elastic Containerサービス](/sso-connect-cloud/jp/device-approvals/automator/aws-elastic-container-service.md)、[Google Cloud (GCP Cloud Run)](/sso-connect-cloud/jp/device-approvals/automator/google-cloud-with-gcp-cloud-run.md)は、これらのクラウドサービスをご利用の場合に最適です。

### Azure Container App

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/azure-container-app.md)

### Azure App Service

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/azure-app-services.md)

### Azure App Gateway

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/azure-app-gateway-advanced.md)

### AWS Elastic Containerサービス

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/aws-elastic-container-service.md)

### KSMを使用したAWS Elastic Containerサービス

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/aws-elastic-container-service-with-ksm-advanced.md)

### Google Cloud (GCP Cloud Run)

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/google-cloud-with-gcp-cloud-run.md)

### スタンドアロンJava

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/keeper-automator-aws-linux.md)

### Docker

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/docker-on-linux.md)

### Docker Compose

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/docker-compose.md)

### Kubernatesサービス

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/kubernetes-service.md)

### Windowsサービス

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/windows-service.md)

***

## オートメーターのセキュリティ

オートメーターサービスを使用するとユーザー体験は向上しますが、IDプロバイダは完全に保護されている必要があります。

Keeper環境を保護するための[推奨セキュリティ設定ガイド](/enterprise-guide/jp/recommended-security-settings.md)をご参照ください。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/sso-connect-cloud/jp/device-approvals/automator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
