This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch 3198-add-image-to-documentationmd
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to
refs/heads/3198-add-image-to-documentationmd by this push:
new 4b74b237be fix(#3198): Support additional images in markdown
documentation
4b74b237be is described below
commit 4b74b237be3e60f40d745c8d00f8d55f549cfd55
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu Aug 29 23:23:46 2024 +0200
fix(#3198): Support additional images in markdown documentation
---
.../org/apache/streampipes/service/core/UnauthenticatedInterfaces.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
b/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
index 85deaf6d8a..ebadac6489 100644
---
a/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
+++
b/streampipes-service-core/src/main/java/org/apache/streampipes/service/core/UnauthenticatedInterfaces.java
@@ -30,11 +30,10 @@ public class UnauthenticatedInterfaces {
"/api/v2/auth/register",
"/api/v2/auth/settings",
"/api/v2/auth/restore/*",
- "/api/v2/asset-dashboards/images/*",
"/api/v2/restore-password/*",
"/api/v2/activate-account/*",
"/api/v2/pe/*/assets/icon",
- "/api/v2/pe/*/assets/icon.png",
+ "/api/v2/pe/*/assets/*.png",
"/api/v2/connect/master/description/*/assets/icon",
"/apidocs/**",
"/api/auth/**",