Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NCP 시그니처 생성 구현 #9

Closed
wants to merge 9 commits into from
Closed

Conversation

HeeSeoung
Copy link
Collaborator

PR 요약

  • NCP 시그니처 생성 추가
  • delete, stop func 추가

변경 사항 명시

makeSignature ( pkg/ncp.go )

  • access key, secret key 기반으로 NCP api 호출에 필요한 시그니처 생성
  • msg를 secret key를 이용해 암호화(HmacSHA256)한 후 base64로 인코딩한 값을 반환

Delete ( pkg/server.go )

  • delete api 호출 함수 추가

Stop ( pkg/server.go )

  • stop api 호출 함수 추가

기타 특이사항

  • 특이사항

  • Resolves: #커밋 번호
  • See Also: #커밋 번호

@HeeSeoung HeeSeoung changed the title NCP 시그니처 생성 추가 NCP 시그니처 생성 구현 Dec 17, 2023
@HeeSeoung HeeSeoung closed this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant