This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 63b8224271f Docs sync done from apache/pulsar (#55acbe6)
63b8224271f is described below
commit 63b8224271fd33ccbd125881f3c8940f30e9b6c1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 8 01:38:48 2023 +0000
Docs sync done from apache/pulsar (#55acbe6)
---
static/swagger/master/swagger.json | 21 +++++++++++++++++++++
static/swagger/master/swaggerfunctions.json | 14 ++++++++++++++
static/swagger/master/swaggerlookup.json | 14 ++++++++++++++
static/swagger/master/swaggerpackages.json | 14 ++++++++++++++
static/swagger/master/swaggersink.json | 14 ++++++++++++++
static/swagger/master/swaggersource.json | 14 ++++++++++++++
static/swagger/master/swaggertransactions.json | 14 ++++++++++++++
static/swagger/master/v2/swagger.json | 21 +++++++++++++++++++++
static/swagger/master/v2/swaggerlookup.json | 14 ++++++++++++++
static/swagger/master/v3/swaggerfunctions.json | 14 ++++++++++++++
static/swagger/master/v3/swaggerpackages.json | 14 ++++++++++++++
static/swagger/master/v3/swaggersink.json | 14 ++++++++++++++
static/swagger/master/v3/swaggersource.json | 14 ++++++++++++++
static/swagger/master/v3/swaggertransactions.json | 14 ++++++++++++++
14 files changed, 210 insertions(+)
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index 0e38d3500d9..e17a4146eec 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -115,6 +115,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"AutoFailoverPolicyData": {
"properties": {
"parameters": {
@@ -4333,6 +4347,13 @@
},
"type": "object"
},
+ "proxyRoles": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
"pulsarFunctionsCluster": {
"type": "string"
},
diff --git a/static/swagger/master/swaggerfunctions.json
b/static/swagger/master/swaggerfunctions.json
index a7861e2241b..a8bfc7e3212 100644
--- a/static/swagger/master/swaggerfunctions.json
+++ b/static/swagger/master/swaggerfunctions.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/swaggerlookup.json
b/static/swagger/master/swaggerlookup.json
index 1ac3895a726..224562a78f7 100644
--- a/static/swagger/master/swaggerlookup.json
+++ b/static/swagger/master/swaggerlookup.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/swaggerpackages.json
b/static/swagger/master/swaggerpackages.json
index 46af4fc6c9f..1742e2b67e8 100644
--- a/static/swagger/master/swaggerpackages.json
+++ b/static/swagger/master/swaggerpackages.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/swaggersink.json
b/static/swagger/master/swaggersink.json
index 63e17751114..685282bf5ae 100644
--- a/static/swagger/master/swaggersink.json
+++ b/static/swagger/master/swaggersink.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/swaggersource.json
b/static/swagger/master/swaggersource.json
index c438c77f7c1..b91cb9fdf63 100644
--- a/static/swagger/master/swaggersource.json
+++ b/static/swagger/master/swaggersource.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"BatchSourceConfig": {
"properties": {
"discoveryTriggererClassName": {
diff --git a/static/swagger/master/swaggertransactions.json
b/static/swagger/master/swaggertransactions.json
index c2d8875615d..9236e447895 100644
--- a/static/swagger/master/swaggertransactions.json
+++ b/static/swagger/master/swaggertransactions.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index 0e38d3500d9..e17a4146eec 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -115,6 +115,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"AutoFailoverPolicyData": {
"properties": {
"parameters": {
@@ -4333,6 +4347,13 @@
},
"type": "object"
},
+ "proxyRoles": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "uniqueItems": true
+ },
"pulsarFunctionsCluster": {
"type": "string"
},
diff --git a/static/swagger/master/v2/swaggerlookup.json
b/static/swagger/master/v2/swaggerlookup.json
index 1ac3895a726..224562a78f7 100644
--- a/static/swagger/master/v2/swaggerlookup.json
+++ b/static/swagger/master/v2/swaggerlookup.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/v3/swaggerfunctions.json
b/static/swagger/master/v3/swaggerfunctions.json
index a7861e2241b..a8bfc7e3212 100644
--- a/static/swagger/master/v3/swaggerfunctions.json
+++ b/static/swagger/master/v3/swaggerfunctions.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/v3/swaggerpackages.json
b/static/swagger/master/v3/swaggerpackages.json
index 46af4fc6c9f..1742e2b67e8 100644
--- a/static/swagger/master/v3/swaggerpackages.json
+++ b/static/swagger/master/v3/swaggerpackages.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/v3/swaggersink.json
b/static/swagger/master/v3/swaggersink.json
index 63e17751114..685282bf5ae 100644
--- a/static/swagger/master/v3/swaggersink.json
+++ b/static/swagger/master/v3/swaggersink.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
diff --git a/static/swagger/master/v3/swaggersource.json
b/static/swagger/master/v3/swaggersource.json
index c438c77f7c1..b91cb9fdf63 100644
--- a/static/swagger/master/v3/swaggersource.json
+++ b/static/swagger/master/v3/swaggersource.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"BatchSourceConfig": {
"properties": {
"discoveryTriggererClassName": {
diff --git a/static/swagger/master/v3/swaggertransactions.json
b/static/swagger/master/v3/swaggertransactions.json
index c2d8875615d..9236e447895 100644
--- a/static/swagger/master/v3/swaggertransactions.json
+++ b/static/swagger/master/v3/swaggertransactions.json
@@ -24,6 +24,20 @@
},
"type": "object"
},
+ "AuthenticationParameters": {
+ "properties": {
+ "clientAuthenticationDataSource": {
+ "$ref": "#/definitions/AuthenticationDataSource"
+ },
+ "clientRole": {
+ "type": "string"
+ },
+ "originalPrincipal": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {