Skip to content

Commit

Permalink
an example config
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll committed Mar 29, 2024
1 parent 605d549 commit b86757c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config.hujson.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"logTailscale": true,
"kubernetes": {
"enabled": true,
"kubeconfig": "${HOME}/.kube/config",
"namespace": "default",
"secret": "tsproxy",
},
"upstreams": [
{
"name": "tsproxydev",
"backend": "http://localhost:8080",
"funnel": true,
"funnelPublicPatterns": [
"/testPublic",
],
"oidcIssuer": "https://oidc-issuer",
"oidcClientID": "tsproxydev",
"oidcClientSecret": "XXXX",
},
],
}

0 comments on commit b86757c

Please sign in to comment.