Skip to content

Commit

Permalink
폴더 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tae2089 committed Jun 24, 2022
1 parent b30f6c9 commit aba8d40
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 39 deletions.
25 changes: 0 additions & 25 deletions 6month/6-23.md

This file was deleted.

15 changes: 15 additions & 0 deletions gcp/작업에이전트.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 오늘 찾아본 링크

1. [gcp cloud monitoring agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/installation?hl=ko)

## 공부한 내용

### gcp cloud monitoring 작업 agent 설치하기

gcp compute engine에 cpu,memory등을 모니터링하기 위해 작업 에이전트를 설치하는 것을 진행했다.<br/>
기존에 있던 설치를 했었지만 설치했던 인스턴스의 권한이 writer로 되어 있어 어떤 권한이 필요한지를 몰랐다<br/>
오늘 다시 설치 해보면서 어떤 권한이 필요한지에 대해서 약간이나마 파악할 수 있었다.<br/>
필요한 권한은 모니터링 측정항목 작성자,로그 작성자 이렇게 필요한 것을 알 수 있었다.<br/>
작업 agent를 설치하게 되면 opentelmetry와 fluentd-bit가 설치 되는 것을 확인할 수 있었다.<br/>
opentelmetry를 통해 메트릭을 수집하고 fluentd-bit를 통해 로그를 수집하는 것으로 파악했다.<br/>
이 과정을 통해 작업 에이전트 설치를 잘 할 수 있었던 거 같다.
14 changes: 14 additions & 0 deletions gitlab/cicd-pipeline
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 오늘 찾아본 링크

1. [gitlab cicd](https://docs.gitlab.com/ee/ci/)

## 공부한 내용

### gitlab cicd pipline 공식 문서 읽기

추후 회사에서 gitlab cicd를 사용할 예정이기에 어떻게 사용할지 알아보고자 공식문서를 읽었다<br/>
공식 문서에서 오늘은 2 파트를 읽었다. 그것은 바로 variable 과 testing부분이다.<br/>
variable에 경우 gitlab에서 제공해주는 다양한 변수들이 있는데 이를 활용해서 다양한 것들을 할 수 있겠다라는 결과를 얻었다<br/>
그 이유는 project id, branch name 등을 변수로 제공해주고 있기에 이를 가지고 gitlab api를 활용하면 다양한 결과물을 만들 수 있겠다는 생각이 들었다.<br/>
testing을 보면서 부하테스트, 코드 커버리지, 코드 정적 분석 등 다양한 testing을 시도할 수 있겠다라는 생각을 할 수 있었다.<br>
추후에 이에 대한 demo코드를 만들어서 실행해봐야겠다.
10 changes: 10 additions & 0 deletions jira/jira-commit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 오늘 찾아보 링크 목록

1. [jira smart commit message](https://www.lesstif.com/pages/viewpage.action?pageId=51282248)

## 공부한 내용

### gitlab jira smart commit message

gitlab 과 jira를 연동하여 사용해봤다.
jira 이슈와 gitlab을 api token을 활용해 연동했고 이슈번호를 가지고 커밋메시지를 <br/>활용해 워크플로우를 변동하는 것을 해보았다.
15 changes: 1 addition & 14 deletions 6month/6-22.md → spring/security-패스워드인코딩.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## 오늘 찾아보 링크 목록

1. [spring security password](https://docs.spring.io/spring-security/reference/features/authentication/password-storage.html)
2. [terraform tutorial](https://learn.hashicorp.com/collections/terraform/gcp-get-started)
3. [jira smart commit message](https://www.lesstif.com/pages/viewpage.action?pageId=51282248)

## 공부한 내용

### 1. Spring Security PassWord 인코딩 하는 방법에 대하여
### Spring Security PassWord 인코딩 하는 방법에 대하여

- Spring Security 5.7.1을 봤다.
- Spring Sercurity에 경우 인증과 인가를 통해 봉안을 유지한다.
Expand All @@ -17,14 +15,3 @@
{id}encodedPassword
```
여기서 id는 인코딩할 떄 사용된 방식을 나타내고 encodedPassword는 인코딩된 비밀번호를 나타낸다.

### 2. Terraform 기초

테라폼은 하시코프 사에서 만든
infrastructure를 코드로 관리할 수 있게 해준 툴입니다. <br/>또한,
사람이 읽을 수 있는 언어로 구성되어 있다는 것을 알게 되었다.

### 3. gitlab jira smart commit message

gitlab 과 jira를 연동하여 사용해봤다.
jira 이슈와 gitlab을 api token을 활용해 연동했고 이슈번호를 가지고 커밋메시지를 <br/>활용해 워크플로우를 변동하는 것을 해보았다.
11 changes: 11 additions & 0 deletions terraform/terraform도입.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 오늘 찾아보 링크 목록

1. [terraform tutorial](https://learn.hashicorp.com/collections/terraform/gcp-get-started)

## 공부한 내용

### Terraform 기초

테라폼은 하시코프 사에서 만든
infrastructure를 코드로 관리할 수 있게 해준 툴입니다. <br/>또한,
사람이 읽을 수 있는 언어로 구성되어 있다는 것을 알게 되었다.
5 changes: 5 additions & 0 deletions testing/performance-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 오늘 찾아보 링크 목록

[performance testing best practice](https://medium.com/@techpj/backend-performance-testing-best-practices-ba526a30ec19)

## 공부한 내용

0 comments on commit aba8d40

Please sign in to comment.