Skip to content
zōng yǔ edited this page Sep 28, 2017 · 23 revisions

Communication

Work flow

  • Write usage first
  • Send PR for the usage, and got at least one +1 or LGTM, then can merge.
  • Write the impl codes or sub module on ali-sdk like ali-oss and ali-rds
  • Send PR for codes, and got at least one +1 or LGTM, then can merge.
  • Done.

Secure env for tests

# ali-sdk env
# oss
export ALI_SDK_OSS_ID=your-oss-id
export ALI_SDK_OSS_ENDPOINT=your-oss-endpoint
export ALI_SDK_OSS_SECRET=your-oss-secret
export ALI_SDK_STS_BUCKET=your-sts-bucket
export ALI_SDK_STS_ROLE=your-sts-role
export ALI_SDK_STS_ID=your-sts-id
export ALI_SDK_STS_SECRET=your-sts-secret

# rds
export ALI_SDK_RDS_HOST=your-host
export ALI_SDK_RDS_USER=your-user
export ALI_SDK_RDS_PASSWORD=your-password
export ALI_SDK_RDS_DATABASE=your-database

#mqs
export ALI_SDK_MQS_ID=your-mqs-id
export ALI_SDK_MQS_SECRET=your-mqs-secret
export ALI_SDK_MQS_NAME=your-mqs-queue-name

Please contact @dead-horse or @fengmk2 to get the access of the secrets.

Clone this wiki locally