일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 자바
- self-hosted runners
- 14889
- Session Fixation Protection
- RequiredArgsConstructor
- ConcurrentSessionControlAuthenticationStrategy
- SpringCloudConfig
- openTelemetry
- AWS
- 1916
- github actions
- Value annotation
- 12100
- Java
- HttpRequestMethodNotSupportedException
- 백준
- 1260
- Spring Security
- github
- Spring
- aws-mysql-jdbc
- tailsamplingprocessor
- 프로그래머스
- Session Registry
- Spring Authorization Server
- amazon-ecr-login
- RestControllerAdvice
- 17144
- 14891
- 15686
Archives
- Today
- Total
한울이
[GITHUB ACTIONS] github actions ec2 self hosted runner no basic auth credentials Error 본문
PROGRAMMING
[GITHUB ACTIONS] github actions ec2 self hosted runner no basic auth credentials Error
gksdnf050 2024. 3. 16. 21:361. 문제상황
- github actions 에서 가끔식 ci/cd 진행중에 no basic auth credentials Error 가 나면서 실패함
2. 환경
- github actions 에서 self hosted runner 로 ec2 사용 중
- aws-actions/amazon-ecr-login 사용 중
3. 해결 과정
- 검색
- https://github.com/aws-actions/amazon-ecr-login 이슈 탭에서 에러 검색
- https://github.com/aws-actions/amazon-ecr-login/issues/431 똑같은 에러가 나는 상황 발견
- aws-actions/amazon-ecr-login 를 사용하지 않고 aws cli 를 사용하여 ecr 로그인을 하도록 변경
'PROGRAMMING' 카테고리의 다른 글
[AWS RDS] aws rds scale up (0) | 2024.07.22 |
---|---|
[GITHUB ACTIONS] github actions no space left on device error (0) | 2024.03.16 |
[SPRING] Spring security ChangeSessionIdAuthenticationStrategy 이슈 (1) | 2023.10.13 |
[SPRING] Spring Authorization Server Default Session Registry (0) | 2023.07.31 |
[SPRING] ConcurrentSessionControlAuthenticationStrategy session expire 실패 (0) | 2023.03.26 |
Comments