Skip to content

Commit

Permalink
Issue #SB-30678 feat: GCloud Config keys added (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshkumaravel authored Sep 23, 2022
1 parent c20b4cc commit d59948b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/stack-sunbird/templates/sunbird_player.env
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,11 @@ sunbird_aws_labels={{aws_labels_folder_name | default("labels")}}
sunbird_aws_access_key={{aws_private_bucket_access_key | default("")}}
sunbird_aws_secret_key={{aws_private_bucket_secret_key | default("")}}
sunbird_aws_region={{aws_private_bucket_region | default("ap-south-1")}}

#GCLOUD config for storage access
sunbird_gcloud_bucket_name={{gcloud_private_bucket_name | default("")}}
sunbird_gcloud_reports={{gcloud_reports_folder_name | default("reports")}}
sunbird_gcloud_labels={{gcloud_labels_folder_name | default("labels")}}
sunbird_gcloud_client_email={{gcloud_private_bucket_client_email | default("")}}
sunbird_gcloud_private_key={{gcloud_private_bucket_private_key | default("")}}
sunbird_gcloud_projectId={{gcloud_private_bucket_projectId | default("")}}

0 comments on commit d59948b

Please sign in to comment.