일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring Security
- Java
- Session Registry
- RequiredArgsConstructor
- Spring
- Value annotation
- 15686
- 자바
- tailsamplingprocessor
- 1260
- 12100
- AWS
- self-hosted runners
- Spring Authorization Server
- 14889
- 1916
- github
- Session Fixation Protection
- amazon-ecr-login
- RestControllerAdvice
- 프로그래머스
- github actions
- 14891
- 백준
- openTelemetry
- SpringCloudConfig
- 17144
- HttpRequestMethodNotSupportedException
- aws-mysql-jdbc
- ConcurrentSessionControlAuthenticationStrategy
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