Skip to content

Commit 4a425b3

Browse files
author
Ruben L. Mendoza
authored
Merge pull request #243 from developmentseed/azure/fix_envs
Remove AZURE_STORAGE_ACCESS_KEY from azure envs config
2 parents 3d60424 + 017c77b commit 4a425b3

File tree

6 files changed

+0
-10
lines changed

6 files changed

+0
-10
lines changed

envs/.env.cloudprovider.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ GCP_STORAGE_BUCKET=osm-seed
1717
# Azure
1818
AZURE_STORAGE_ACCOUNT=osmseed
1919
AZURE_CONTAINER_NAME=osm-seed
20-
AZURE_STORAGE_ACCESS_KEY=...
2120
AZURE_STORAGE_CONNECTION_STRING=...

osm-seed/templates/db/db-backup-job.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ spec:
6464
value: {{ .Values.AZURE_STORAGE_ACCOUNT }}
6565
- name: AZURE_CONTAINER_NAME
6666
value: {{ .Values.AZURE_CONTAINER_NAME }}
67-
- name: AZURE_STORAGE_ACCESS_KEY
68-
value: {{ .Values.AZURE_STORAGE_ACCESS_KEY }}
6967
- name: AZURE_STORAGE_CONNECTION_STRING
7068
value: {{ .Values.AZURE_STORAGE_CONNECTION_STRING }}
7169
{{- end }}

osm-seed/templates/jobs/full-history-job.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ spec:
6060
value: {{ .Values.AZURE_STORAGE_ACCOUNT }}
6161
- name: AZURE_CONTAINER_NAME
6262
value: {{ .Values.AZURE_CONTAINER_NAME }}
63-
- name: AZURE_STORAGE_ACCESS_KEY
64-
value: {{ .Values.AZURE_STORAGE_ACCESS_KEY }}
6563
- name: AZURE_STORAGE_CONNECTION_STRING
6664
value: {{ .Values.AZURE_STORAGE_CONNECTION_STRING }}
6765
{{- end }}

osm-seed/templates/jobs/planet-dump-job.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ spec:
6060
value: {{ .Values.AZURE_STORAGE_ACCOUNT }}
6161
- name: AZURE_CONTAINER_NAME
6262
value: {{ .Values.AZURE_CONTAINER_NAME }}
63-
- name: AZURE_STORAGE_ACCESS_KEY
64-
value: {{ .Values.AZURE_STORAGE_ACCESS_KEY }}
6563
- name: AZURE_STORAGE_CONNECTION_STRING
6664
value: {{ .Values.AZURE_STORAGE_CONNECTION_STRING }}
6765
{{- end }}

osm-seed/templates/jobs/replication-job-deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ spec:
6060
value: {{ .Values.AZURE_STORAGE_ACCOUNT }}
6161
- name: AZURE_CONTAINER_NAME
6262
value: {{ .Values.AZURE_CONTAINER_NAME }}
63-
- name: AZURE_STORAGE_ACCESS_KEY
64-
value: {{ .Values.AZURE_STORAGE_ACCESS_KEY }}
6563
- name: AZURE_STORAGE_CONNECTION_STRING
6664
value: {{ .Values.AZURE_STORAGE_CONNECTION_STRING }}
6765
{{- end }}

osm-seed/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ GCP_STORAGE_BUCKET: gs://osm-seed-test
2424
# ====================================================================================================
2525
AZURE_STORAGE_ACCOUNT: osmseed
2626
AZURE_CONTAINER_NAME: osm-seed
27-
AZURE_STORAGE_ACCESS_KEY: xyz..
2827
AZURE_STORAGE_CONNECTION_STRING: xyz..
2928

3029
# ====================================================

0 commit comments

Comments
 (0)