fix(infra): grafana oauth, tempo config, and ARC runner fix #3398
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Grafana GitHub OAuth 역할 수정
role_attribute_path가 ini 파서에 의해 싱글쿼트가 벗겨져 JMESPath가 필드명으로 해석, 항상 Viewer로 폴백되는 문제 수정auto_assign_org_role: Editor로 신규 유저에게 Editor 역할 부여skip_org_role_sync: true로 매 로그인 시 OAuth가 역할을 덮어쓰지 않도록 설정allowed_organizations: skkuding과scopes: user:email,read:org를 추가하여 skkuding 조직 멤버만 접근 가능하도록 제한dashboardProviders섹션 명시적 추가Tempo 설정 수정
replication_factor: 3제거 — ingester가 1개인 환경에서 블록 플러시가 불가능했던 문제 해결metricsGenerator활성화 및 Prometheus remote write URL 설정 (Breakdown/Service Structure 기능용)ARC Runner 수정
command: ["/home/runner/run.sh"]명시 — latest 이미지의 entrypoint 변경으로 runner가 즉시 exit 0으로 종료되던 문제 해결Additional context
closes TAS-2528
Before submitting the PR, please make sure you do the following
fixes #123).