You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CodeFlareSDK_Design_Doc.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The SDK itself will not enforce any authentication, however, it will provide sim
67
67
68
68
Users can authorize themselves by calling `TokenAuthentication()` and providing their access token and server address. This will populate the Kubernetes python configuration of the ApiClient object and allow users to be properly authenticated to the cluster. Users are also able to toggle whether or not they want to skip tls verification.
69
69
70
-
Alternatively users can provide their own custom kubeconfig file with `KubeConfigAuthentication()` and pass it the correct path.
70
+
Alternatively users can provide their own custom kubeconfig file with `KubeConfigFileAuthentication()` and pass it the correct path.
71
71
72
72
In either case, users can log out and clear the authentication inputs with `.logout()`
0 commit comments