mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
separate internal configs with isInternal (#8690)
client-key: /Users/aliharris/.minikube/profiles/minikube/client.key Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
945798a662
commit
22f4c5d650
5 changed files with 32 additions and 30 deletions
|
@ -171,6 +171,7 @@ func (handler *Handler) kubeClient(next http.Handler) http.Handler {
|
|||
tokenData,
|
||||
bearerToken,
|
||||
singleEndpointList,
|
||||
true,
|
||||
)
|
||||
if err != nil {
|
||||
httperror.WriteError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue