Skip to content

Commit

Permalink
chore: change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Dec 29, 2023
1 parent d9a9d14 commit d5d35c3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Plugin for collecting AWS HyperBilling data
## Secret Data
*Schema*
* spaceone_endpoint (str): SpaceONE Identity Endpoint (grpc or http)
* spaceone_api_key (str): Credentials for SpaceONE authentication
* spaceone_domain_id (str): SpaceONE Billing Domain ID
* spaceone_client_secret (str): Credentials for SpaceONE authentication
* aws_access_key_id (str): AWS Access Key to access HyperBilling data
* aws_secret_access_key (str): AWS Secret Key to access HyperBilling data
* aws_region (str): AWS Region to access HyperBilling data
Expand All @@ -17,9 +16,8 @@ Plugin for collecting AWS HyperBilling data
<pre>
<code>
{
"spaceone_endpoint": "grpc://identity.spaceone.svc.cluster.local:50051", or "http://example.spaceone.com/identity:8000"
"spaceone_api_key": "*****",
"spaceone_domain_id": "domain-12345678",
"spaceone_endpoint": "grpc://identity.spaceone.svc.cluster.local:50051 or http://example.spaceone.com/identity:8000",
"spaceone_client_secret": "*****",
"aws_access_key_id": "*****",
"aws_secret_access_key": "*****",
"aws_region": "ap-northeast-2",
Expand Down

0 comments on commit d5d35c3

Please sign in to comment.