mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 03:39:58 +02:00
authenticate remaining api endpoints (#11)
This commit is contained in:
@@ -106,6 +106,11 @@ func init() {
|
||||
},
|
||||
"/tunnel": {
|
||||
"post": {
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"tunnel"
|
||||
],
|
||||
@@ -137,6 +142,11 @@ func init() {
|
||||
},
|
||||
"/untunnel": {
|
||||
"delete": {
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"tunnel"
|
||||
],
|
||||
@@ -356,6 +366,11 @@ func init() {
|
||||
},
|
||||
"/tunnel": {
|
||||
"post": {
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"tunnel"
|
||||
],
|
||||
@@ -387,6 +402,11 @@ func init() {
|
||||
},
|
||||
"/untunnel": {
|
||||
"delete": {
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"tunnel"
|
||||
],
|
||||
|
Reference in New Issue
Block a user