Integrations

How to download 1Password SCIM Bridge logs

You can send us more information to help resolve an issue you’re having with 1Password SCIM Bridge. SCIM bridge logs include error messages about the SCIM bridge that help 1Password Business Support identify and solve problems you may be experiencing. They do not contain your secrets or other 1Password data.

Download and send logs from your SCIM bridge

AWS Fargate

  1. Sign in to the AWS Management Console, then go to the CloudWatch console  .

  2. Click Logs in the sidebar, then click Log Groups.

  3. Search for the SCIM bridge log group, then choose the SCIM bridge log stream.

  4. Click Actions and choose View in Logs Insight.

  5. In the query editor, add the following line to the end of the default query:

     | limit 10000
    
  6. Click Custom, then select one week from the Relative tab and click Apply.

  7. Click Run query and wait for the query to finish running.

  8. Click Export results and choose Download table (CSV).

  9. Attach the file to your reply to 1Password Business Support.

DigitalOcean

  1. Visit the DigitalOcean dashboard and click Manage in the sidebar, then click Kubernetes.
  2. Select the cluster where the SCIM bridge is deployed, then click Kubernetes Dashboard. The dashboard will open in a new browser tab or window.
  3. Click Pods in the sidebar and select the op-scim-bridge pod.
  4. Click the View logs button to view the logs, then click the Download logs button to download them and click Save.
  5. Attach the file to your reply to 1Password Business Support.

Docker

  1. From the Docker command line, run the following command:

     docker logs op-scim_scim_1 > scim.log
    
  2. Attach the file to your reply to 1Password Business Support.

Google Cloud Platform

You can download SCIM bridge logs from either the Kubernetes Engine console or the Cloud Shell.

Kubernetes Engine console

  1. Visit the list of Workloads on Google Cloud Platform  and select the Deployment of your SCIM bridge.
  2. Click the Logs tab then click the Go to Logs Explorer button.
  3. In the query results section, click Edit Time, choose 7 days, then click Apply.
  4. Click Actions and choose Download logs.
  5. Change the maximum log entries to 10,000 and make sure JSON format is selected, then click Download.
  6. Attach the file to your reply to 1Password Business Support.

Cloud Shell

  1. Visit the list of Clusters on Google Cloud Platform  and select the cluster you use for 1Password SCIM Bridge.

  2. Click Connect and choose Run in Cloud Shell.

  3. Allow any API permissions, then press Return to connect to the cluster.

  4. Copy this command and paste it into the shell window, then press Return:

     kubectl logs $(kubectl get pods | awk '$1 ~ /op-scim-bridge/ && 1 != /deployer/ {print $1}')
    
  5. Copy and paste the logs from the shell window into a text editor and save the file.

  6. Attach the file to your reply to 1Password Business Support.

Kubernetes and Azure Kubernetes

  1. From the command line, copy and paste the following command and press Return:

     kubectl logs $(kubectl get pods | awk '$1 ~ /op-scim-bridge/ {print $1}') > scim.log
    
  2. Attach the file to your reply to 1Password Business Support.

SCIM bridge logs and privacy

1Password respects your privacy, so the only information we have to diagnose problems is information you send us. We never use the information in 1Password SCIM Bridge logs for anything other than diagnosing issues you’re having.

SCIM bridge logs contain information necessary to assist you in troubleshooting, including information about:

  • Your 1Password account: Account, group, vault, and user UUIDs (universally unique identifiers).
  • Domains: The domain name of your SCIM bridge.
  • Clusters: Cluster name, cluster location, container name, namespace name, pod name, and project ID.

In some situations, SCIM bridge logs may also contain information that is not necessary for troubleshooting. You can remove this information from your log file before sending it to us:

  • IP addresses: The IP address of your SCIM bridge.
  • Phone numbers and addresses: The phone numbers and addresses for anyone who has been provisioned or updated from the SCIM bridge.

    For Azure AD only. If you're using a different identity provider, phone numbers and addresses are not included.

  • Usernames and email addresses: 1Password account usernames and email addresses for anyone who has been provisioned or updated from the SCIM bridge.

    For SCIM bridge 1.6.2 or earlier only. If you're using SCIM bridge 2.0.0 or later, usernames and email addresses are not included.

Published: