Skip to content

Commit

Permalink
Merge pull request #557 from terrestris/add-bearer-token-field
Browse files Browse the repository at this point in the history
Add useBearerToken field
  • Loading branch information
dnlkoch committed Aug 2, 2022
2 parents 462c013 + 581f875 commit 3fc1574
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,12 @@ public class DefaultLayerSourceConfig implements LayerSourceConfig {
dataType = "object"
)
private HashMap<String, Object> requestParams;

@Schema(
description = "Whether to send the (internal) Keycloak Bearer Token alongside the map requests or not. " +
"Please note: This should be set to `true` for internal layers only!",
example = "false"
)
private Boolean useBearerToken;
}

0 comments on commit 3fc1574

Please sign in to comment.