Skip to content

Commit efb1fd1

Browse files
committed
KAB-46 remove token as it's added automatically
1 parent a7bbdf9 commit efb1fd1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

kbcstorage/configurations_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def create(self, component_id, configuration_id, provider, metadata):
106106

107107
headers = {
108108
'Content-Type': 'application/json',
109-
'X-StorageApi-Token': self.token
110109
}
111110
data = {
112111
# 'provider': provider, # not yet implemented

kbcstorage/tables_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def create(self, table_id, provider, metadata, columns_metadata):
8484
url = '{}/{}/metadata'.format(self.base_url, table_id)
8585
headers = {
8686
'Content-Type': 'application/json',
87-
'X-StorageApi-Token': self.token
8887
}
8988
data = {
9089
"provider": provider,

0 commit comments

Comments
 (0)