InfoGrab Docs

Microsoft Teams를 통한 Access Request

Teleport의 Microsoft Teams 플러그인을 설정하여 권한 상승 승인을 처리하는 방법.

이 가이드는 Teleport에서 Access Request 메시지를 수신하도록 Microsoft Teams를 설정하는 방법을 설명합니다. 이 통합은 Teleport Enterprise (Cloud)에서 호스팅됩니다 In Teleport Enterprise Cloud, Teleport manages the Microsoft Teams integration for you, and you can enroll the Microsoft Teams integration from the Teleport Web UI. Visit the Teleport Web UI and on the left sidebar, click Add New followed by Integration : On the "Select Integration Type" menu, click the tile for your integration. You will see a page with instructions to set up the integration, as well as a form that you can use to configure the integration. 등록 후 통합 상태 페이지에서 필요한 app.zip 파일을 다운로드할 수 있습니다. 작동 방식 # Teleport의 Microsoft Teams 통합은 개인에게 Access Request를 알립니다. 사용자는 메시지 링크를 따라 Access Request를 승인하거나 거부할 수 있으므로, 생산성을 저해하지 않으면서 보안 모범 사례를 더 쉽게 구현할 수 있습니다. 사전 요구사항 # A running Teleport Enterprise cluster. If you want to get started with Teleport, sign up for a free trial or set up a demo environment . The tctl and tsh clients. Installing `tctl` and `tsh` clients Determine the version of your Teleport cluster. The tctl and tsh clients must be at most one major version behind your Teleport cluster version. Send a GET request to the Proxy Service at /v1/webapi/find and use a JSON query tool to obtain your cluster version. Replace with the web address of your Teleport Proxy Service: $ TELEPORT_DOMAIN= $ TELEPORT_VERSION="$(curl -s https://$TELEPORT_DOMAIN/v1/webapi/find | jq -r '.server_version')" Follow the instructions for your platform to install tctl and tsh