Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Removed deprecated csp-auth-token header
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Orchard committed Jun 25, 2019
1 parent 157a51c commit d001da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caspyr/session.py
Expand Up @@ -27,7 +27,6 @@ class Session(object):
def __init__(self, auth_token):
self.token = auth_token
self.headers = {'Content-Type': 'application/json',
'csp-auth-token': self.token,
'Authorization': f'Bearer {self.token}'}
self.baseurl = 'https://api.mgmt.cloud.vmware.com'

Expand Down

0 comments on commit d001da8

Please sign in to comment.