Skip to content

Commit

Permalink
Resolves Security issue
Browse files Browse the repository at this point in the history
api shouldn't be printed. The issue was addressed previously. Resolves #141
  • Loading branch information
moabu committed Jul 23, 2020
1 parent c242f4c commit e45daf5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ data:
body = client.V1Secret(api_version, data , kind, metadata,
type='kubernetes.io/tls')
api_response = v1.create_namespaced_secret(namespace, body )
pprint(api_response)
else:
logging.exception(e)
return False
Expand Down

0 comments on commit e45daf5

Please sign in to comment.