Skip to content

Commit

Permalink
Merge pull request #61 from AlexBurski/readme-fix
Browse files Browse the repository at this point in the history
Rename GUIDE to README
  • Loading branch information
junho100 authored Sep 4, 2024
2 parents 148163d + 1db55f0 commit 1e769a3
Show file tree
Hide file tree
Showing 45 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ You should insert information about account in Cloudforet's **Service Account**
---

## Comprehensive Guide on Utilizing the NHN Plugin
#### [English guide for NHN Plugin](./docs/en/GUIDE.md)
#### [Korean guide for NHN Plugin](./docs/ko/GUIDE.md)
#### [English guide for NHN Plugin](./docs/en/README.md)
#### [Korean guide for NHN Plugin](./docs/ko/README.md)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
42 changes: 21 additions & 21 deletions docs/en/GUIDE.md → docs/en/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Overview

<img src="./GUIDE-img/nhn-cloud.svg" width="90%" height="60%">
<img src="./README-img/nhn-cloud.svg" width="90%" height="60%">

To register an NHN Cloud service account in Cloudforet, you need the settings information below. There are four types of Schemas.

Expand Down Expand Up @@ -35,21 +35,21 @@ See the NHN Guides [NHN Documentation](https://docs.nhncloud.com/en/nhncloud/en/

To collect NHN Cloud resources, you have to create a NHN Cloud Service account in Cloudforet.

<img src="./GUIDE-img/account-info-1.png" width="90%" height="60%">
<img src="./README-img/account-info-1.png" width="90%" height="60%">

Go to Service Account and click [NHN Cloud] to create a NHN Cloud Service account.

<img src="./GUIDE-img/account-info-2.png" width="90%" height="60%">
<img src="./README-img/account-info-2.png" width="90%" height="60%">

<img src="./GUIDE-img/account-info-3.png" width="90%" height="60%">
<img src="./README-img/account-info-3.png" width="90%" height="60%">

Select a Project for the Service Account.

<img src="./GUIDE-img/account-info-4.png" width="70%" height="60%">
<img src="./README-img/account-info-4.png" width="70%" height="60%">

Choose Secret Type Schema and insert the Input Forms.

<img src="./GUIDE-img/account-info-5.png" width="70%" height="60%">
<img src="./README-img/account-info-5.png" width="70%" height="60%">


This setup guide will take a closer look at what the above-mentioned information means and where to obtain it.
Expand Down Expand Up @@ -145,12 +145,12 @@ Choose a schema or schemas you are willing to obtain, and proceed with the follo
(1-1) Choose the project you are using and go to [Compute - Instance].
And then click [Set API Endpoint] button.

<img src="./GUIDE-img/access-key-info-1.png" width="90%" height="80%">
<img src="./README-img/access-key-info-1.png" width="90%" height="80%">

(1-2) Then, you can find your 'Tenant ID' here. You can also click on the [Modify] button to Set API 'Password'.
'Username' is the ID you use when you login into NHN Console IAM.

<img src="./GUIDE-img/access-key-info-2.png" width="90%" height="80%">
<img src="./README-img/access-key-info-2.png" width="90%" height="80%">

<br>
<br>
Expand All @@ -167,12 +167,12 @@ And then click [Set API Endpoint] button.
(2-1) Choose the project you are using and go to [Storage - Object Storage].
And then click [Set API Endpoint] button.

<img src="./GUIDE-img/storage-access-key-info-1.png" width="90%" height="80%">
<img src="./README-img/storage-access-key-info-1.png" width="90%" height="80%">

(2-2) Then, you can find your 'Object Storage Tenant ID' and 'Storage Account' here. You can also click on the [Modify] button to Set API 'Object Storage Password'.
'Username' is the ID you use when you login into NHN Console IAM.

<img src="./GUIDE-img/storage-access-key-info-2.png" width="90%" height="80%">
<img src="./README-img/storage-access-key-info-2.png" width="90%" height="80%">

<br>
<br>
Expand All @@ -189,37 +189,37 @@ And then click [Set API Endpoint] button.

(3-1) Choose the project you are using and click on the [Project Management] section.

<img src="./GUIDE-img/app-key-info-1.png" width="90%" height="80%">
<img src="./README-img/app-key-info-1.png" width="90%" height="80%">

(3-2) Integrated project Appkey is applied for authentication of NHN Cloud Service. You can create your APP Key here. When your APP Key is created, you will see the APP Key below.

<img src="./GUIDE-img/app-key-info-2.png" width="90%" height="80%">
<img src="./README-img/app-key-info-2.png" width="90%" height="80%">

(3-3) Email Secret Key is an optional key for Email service. Choose the project you are using and go to [Notification - Email].
And then click [URL & Appkey] button.

<img src="./GUIDE-img/app-key-info-3.png" width="90%" height="80%">
<img src="./README-img/app-key-info-3.png" width="90%" height="80%">

(3-4) Then, you can find your 'Email Secret Key' here. Make sure to use Integrated Appkey that we created at (3-2) and not to use Appkey for specific resource.

<img src="./GUIDE-img/app-key-info-4.png" width="90%" height="80%">
<img src="./README-img/app-key-info-4.png" width="90%" height="80%">

(3-5) Push Secret Key is an optional key for Push service. Choose the project you are using and go to [Notification - Push].
And then click [URL & Appkey] button.

<img src="./GUIDE-img/app-key-info-5.png" width="90%" height="80%">
<img src="./README-img/app-key-info-5.png" width="90%" height="80%">

(3-6) Then, you can find your 'Push Secret Key' here. Make sure to use Integrated Appkey that we created at (3-2) and not to use Appkey for specific resource.

<img src="./GUIDE-img/app-key-info-6.png" width="90%" height="80%">
<img src="./README-img/app-key-info-6.png" width="90%" height="80%">

(3-7) Click your name and API Security Setting at the top right corner.

<img src="./GUIDE-img/app-key-info-7.png" width="90%" height="80%">
<img src="./README-img/app-key-info-7.png" width="90%" height="80%">

(3-8) You can create your User Access Key ID and Secret Access Key here. When your User Access Key ID and Secret Access Key is created, you will see the them below.

<img src="./GUIDE-img/app-key-info-8.png" width="90%" height="80%">
<img src="./README-img/app-key-info-8.png" width="90%" height="80%">

<br>
<br>
Expand All @@ -235,13 +235,13 @@ And then click [URL & Appkey] button.
(4-1) Choose the project you are using and click [Management - Certificate Manager].
And then click [URL & Appkey] button.

<img src="./GUIDE-img/certificate-app-key-info-1.png" width="90%" height="80%">
<img src="./README-img/certificate-app-key-info-1.png" width="90%" height="80%">

(4-2) Then, you can find your 'Certificate Manager APP Key' here. Make sure to use Certificate Manager APP Key for this schema and not to use Integrated Appkey that we created at (3-2). This is because Certificate Manager resource can not be called with Integrated Appkey.

<img src="./GUIDE-img/certificate-app-key-info-2.png" width="90%" height="80%">
<img src="./README-img/certificate-app-key-info-2.png" width="90%" height="80%">


If you can't find the service, go to [Service] to activate the service.

<img src="./GUIDE-img/service-info.png" width="90%" height="80%">
<img src="./README-img/service-info.png" width="90%" height="80%">
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
42 changes: 21 additions & 21 deletions docs/ko/GUIDE.md → docs/ko/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Overview

<img src="./GUIDE-img/nhn-cloud.svg" width="90%" height="60%">
<img src="./README-img/nhn-cloud.svg" width="90%" height="60%">

클라우드포레에 NHN 클라우드 서비스 계정을 등록하려면 아래의 설정 정보가 필요합니다. 스키마는 네 가지 유형이 있습니다.

Expand Down Expand Up @@ -35,21 +35,21 @@ NHN 가이드 보기 [NHN Documentation](https://docs.nhncloud.com/en/nhncloud/e

NHN 클라우드 리소스를 수집하려면 클라우드포레에서 NHN 클라우드 서비스 계정을 만들어야 합니다.

<img src="./GUIDE-img/account-info-1.png" width="90%" height="60%">
<img src="./README-img/account-info-1.png" width="90%" height="60%">

서비스 계정으로 이동하여 [NHN Cloud]를 클릭하여 NHN 클라우드 서비스 계정을 생성합니다.

<img src="./GUIDE-img/account-info-2.png" width="90%" height="60%">
<img src="./README-img/account-info-2.png" width="90%" height="60%">

<img src="./GUIDE-img/account-info-3.png" width="90%" height="60%">
<img src="./README-img/account-info-3.png" width="90%" height="60%">

서비스 계정에 대한 프로젝트를 선택합니다.

<img src="./GUIDE-img/account-info-4.png" width="70%" height="60%">
<img src="./README-img/account-info-4.png" width="70%" height="60%">

스키마를 선택하고 입력란을 채워 넣습니다.

<img src="./GUIDE-img/account-info-5.png" width="70%" height="60%">
<img src="./README-img/account-info-5.png" width="70%" height="60%">


아래 설정 가이드에서는 위에서 언급한 정보의 의미와 해당 정보를 어디서 가져오는 것인지 살펴보겠습니다.
Expand Down Expand Up @@ -145,12 +145,12 @@ RDS 및 Certificate Manager 리소스를 사용할 때 필요합니다.
(1-1) 사용 중인 프로젝트를 선택하고 [Compute - Instance]로 이동합니다.
그리고 [API 엔드포인트 설정] 버튼을 클릭합니다.

<img src="./GUIDE-img/access-key-info-ko-1.png" width="90%" height="80%">
<img src="./README-img/access-key-info-ko-1.png" width="90%" height="80%">

(1-2) 여기에서 '테넌트 ID'를 찾을 수 있습니다. [변경] 버튼을 통해 API '비밀번호'를 설정할 수도 있습니다.
'username'은 NHN 콘솔 IAM에 로그인할 때 사용하는 아이디입니다.

<img src="./GUIDE-img/access-key-info-ko-2.png" width="90%" height="80%">
<img src="./README-img/access-key-info-ko-2.png" width="90%" height="80%">

<br>
<br>
Expand All @@ -167,11 +167,11 @@ RDS 및 Certificate Manager 리소스를 사용할 때 필요합니다.
(2-1) 사용 중인 프로젝트를 선택하고 [Storage - Object Storage]로 이동합니다.
그리고 [API 엔드포인트 설정] 버튼을 클릭합니다.

<img src="./GUIDE-img/storage-access-key-info-ko-1.png" width="90%" height="80%">
<img src="./README-img/storage-access-key-info-ko-1.png" width="90%" height="80%">

(2-2) 여기에서 '오브젝트 스토리지 테넌트 ID'와 '스토리지 계정'을 확인할 수 있습니다. [변경] 버튼을 통해 API '오브젝트 스토리지 비밀번호'를 설정할 수도 있습니다.

<img src="./GUIDE-img/storage-access-key-info-ko-2.png" width="90%" height="80%">
<img src="./README-img/storage-access-key-info-ko-2.png" width="90%" height="80%">

<br>
<br>
Expand All @@ -188,37 +188,37 @@ RDS 및 Certificate Manager 리소스를 사용할 때 필요합니다.

(3-1) 사용 중인 프로젝트를 선택하고 [프로젝트 관리] 섹션을 클릭합니다.

<img src="./GUIDE-img/app-key-info-ko-1.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-1.png" width="90%" height="80%">

(3-2) NHN 클라우드 서비스의 인증을 위해 통합 프로젝트 앱키가 적용됩니다. 여기에서 앱키를 생성할 수 있습니다. 앱키가 생성되면 아래와 같이 앱키가 표시됩니다.

<img src="./GUIDE-img/app-key-info-ko-2.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-2.png" width="90%" height="80%">

(3-3) 이메일 Secret 키는 이메일 서비스를 위한 옵션 키입니다. 사용 중인 프로젝트를 선택하고 [Notification - Email]로 이동합니다.
그 다음 [URL & Appkey] 버튼을 클릭합니다.

<img src="./GUIDE-img/app-key-info-ko-3.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-3.png" width="90%" height="80%">

(3-4) 여기에서 'Email Secret Key'를 확인할 수 있습니다. 앱키는 (3-2)에서 생성한 통합 앱키를 사용해야 하며 해당 리소스에 대한 앱키를 사용하지 않도록 주의하세요.

<img src="./GUIDE-img/app-key-info-ko-4.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-4.png" width="90%" height="80%">

(3-5) 푸시 Secret 키는 푸시 서비스를 위한 옵션 키입니다. 사용 중인 프로젝트를 선택하고 [Notification - Push]로 이동합니다.
그 다음 [URL & Appkey] 버튼을 클릭합니다.

<img src="./GUIDE-img/app-key-info-ko-5.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-5.png" width="90%" height="80%">

(3-6) 여기에서 'Push Secret Key'를 확인할 수 있습니다. 앱키는 (3-2)에서 생성한 통합 앱키를 사용해야 하며 해당 리소스에 대한 앱키를 사용하지 않도록 주의하세요.

<img src="./GUIDE-img/app-key-info-ko-6.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-6.png" width="90%" height="80%">

(3-7) 오른쪽 상단 모서리에 있는 이름, API 보안 설정을 클릭합니다.

<img src="./GUIDE-img/app-key-info-ko-7.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-7.png" width="90%" height="80%">

(3-8) 여기에서 사용자 액세스 키 ID와 비밀 액세스 키를 생성할 수 있습니다. 사용자 액세스 키 ID와 비밀 액세스 키가 생성되면 아래와 같이 표시됩니다.

<img src="./GUIDE-img/app-key-info-ko-8.png" width="90%" height="80%">
<img src="./README-img/app-key-info-ko-8.png" width="90%" height="80%">

<br>
<br>
Expand All @@ -234,12 +234,12 @@ RDS 및 Certificate Manager 리소스를 사용할 때 필요합니다.
(4-1) 사용 중인 프로젝트를 선택하고 [Management - Certificate Manager]로 이동합니다.
그 다음 [URL & Appkey] 버튼을 클릭합니다.

<img src="./GUIDE-img/certificate-app-key-info-ko-1.png" width="90%" height="80%">
<img src="./README-img/certificate-app-key-info-ko-1.png" width="90%" height="80%">

(4-2) 그 다음 여기에서 'Certificate Manager APP Key'를 확인할 수 있습니다. 이 스키마에는 (3-2)에서 생성한 통합 앱키를 사용하지 않고 Certificate Manager APP Key를 사용해야 합니다. 통합 앱키로는 Certificate Manager 리소스를 호출할 수 없기 때문입니다.

<img src="./GUIDE-img/certificate-app-key-info-ko-2.png" width="90%" height="80%">
<img src="./README-img/certificate-app-key-info-ko-2.png" width="90%" height="80%">

만약 특정 서비스를 찾을 수 없는 경우 [서비스 선택]으로 이동하여 서비스를 활성화하세요.

<img src="./GUIDE-img/service-info-ko.png" width="90%" height="80%">
<img src="./README-img/service-info-ko.png" width="90%" height="80%">

0 comments on commit 1e769a3

Please sign in to comment.