> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 서비스 계정 오류(`Unauthorized` 또는 Runs 누락 등)는 어떻게 해결하나요?

다음은 일반적으로 발생하는 서비스 계정 문제와 해결 방법입니다:

<div id="unauthorized-errors">
  ### "Unauthorized" 오류
</div>

API 키가 올바르게 설정되었고 서비스 계정이 대상 프로젝트에 액세스할 수 있는지 확인하세요. 제한된 프로젝트의 경우 서비스 계정을 프로젝트의 액세스 목록에 명시적으로 추가해야 합니다.

<div id="runs-not-appearing">
  ### Runs가 나타나지 않음
</div>

`WANDB_ENTITY` 환경 변수가 올바른 팀 이름으로 설정되어 있는지 확인하세요:

```bash theme={null}
export WANDB_ENTITY=<team_name>
```

`WANDB_ENTITY`가 설정되지 않으면 Runs가 잘못된 entity로 로깅될 수 있습니다.

<div id="user-attribution-not-working">
  ### 사용자 귀속이 작동하지 않는 경우
</div>

자동화된 Runs를 실제 사용자에게 귀속시키기 위해 `WANDB_USERNAME`을 사용하는 경우, 지정한 사용자가 해당 팀의 멤버인지 확인하세요:

```bash theme={null}
export WANDB_USERNAME=<username>
```

<div id="access-denied-to-restricted-projects">
  ### 제한된 프로젝트에 액세스할 수 없음
</div>

서비스 계정을 제한된 프로젝트의 액세스 목록에 명시적으로 추가하세요. 서비스 계정은 팀에 속해 있더라도 제한된 프로젝트에 자동으로 액세스할 수 없습니다.

자세한 내용은 [서비스 계정을 사용하여 워크플로 자동화](/ko/platform/hosting/iam/service-accounts)를 참조하세요.

***

<Badge stroke shape="pill" color="orange" size="md">[관리자](/ko/support/models/tags/administrator)</Badge><Badge stroke shape="pill" color="orange" size="md">[보안](/ko/support/models/tags/security)</Badge>
