chmod 600 the kubeconfig

pull/45/head
Max Erenberg 1 year ago
parent 5f93b0e912
commit 7ec17b2b4d
  1. 1
      ceo/cli/k8s.py

@ -31,6 +31,7 @@ def activate():
os.rename(kubeconfig, kubeconfig_bak)
with open(kubeconfig, 'w') as fo:
fo.write(result['kubeconfig'])
os.chmod(kubeconfig, 0o600)
except Exception:
click.echo(traceback.format_exc())
click.echo("We weren't able to write the kubeconfig file, so here it is.")

Loading…
Cancel
Save