Florian BEZANNIER
dafc08304d
Add portRequest url handler property ( #1449 )
...
* Add portRequest url handler property
The option server.forward-headers-strategy=NATIVE allow to dynamicly
generate link based on X-Forwarded-Proto header.
Unfortunately Hawkbit artifact use a custom url handler.
This PR allow to serve artifacts on http and https in the same time.
Signed-off-by: Florian Bezannier <florian.bezannier@hotmail.fr >
* docs: use server.forward-headers-strategy option
---------
Signed-off-by: Florian Bezannier <florian.bezannier@hotmail.fr >
2023-10-19 12:04:23 +03:00
Avgustin Marinov
87107ef724
Documentations fixes & epl 2.0 news ( #1429 )
...
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com >
2023-09-14 15:40:09 +03:00
Yusuf Savaş
9fb1dfd5ac
Add documentation for implementation of reverse proxy ( #1426 )
...
* Add documentation for implementation of Mutual TLS and reverse proxy
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
* Fix spaces in suricatta configuration
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
* Increased the readability of the document
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
* Changed the certs names to unified names
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
* Fix typo
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
* Fix typo regarding the places of the certificates.
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
---------
Signed-off-by: Yusufss4 <yusufsss4@gmail.com >
2023-09-13 10:37:35 +03:00
Brandon Schmitt
1bcced9838
OpenID Connect support ( #865 )
...
* Added OpenID Connect support
Utilized Spring Security's OAuth2 respectively OIDC support as another
possibility to manage users and their permissions.
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
* Document OpenID Connect Support
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
* Updated license in OidcUserManagementAutoConfiguration.java
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
* Revert updated license notice and add Kiwigrid license file
This reverts commit 23d36245
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
* Resolve SonarQube issues
- Explicitly import the needed specific classes
- Document public methods
- Add `static` to the constant `JwtAuthoritiesOidcUserService.INVALID_REQUEST`
- Remove superfluous runtime exception `OAuth2AuthenticationException`
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
* Add OidcUser support in SpringSecurityAuditorAware
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
* Secure Management API using OpenID Connect, too.
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com >
2020-01-14 13:09:13 +01:00
Jeroen Laverman
f96876afe0
Introduce new, Hugo templates based, website ( #713 )
...
* Add new hugo-based website for hawkBit
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Fix broken links + wordings
- , i.e. -> i.e,
- , e.g. -> e.g.,
- hawkbit -> hawkBit
- don't -> do not
- isn't -> is not
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Remove old documentation and add maven integration
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Add Intellij files to ignore
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Update README
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Update Copyright header
* exclude website artifacts
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Harmonize usage of i.e. and e.g.
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Add remark for windows user
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Fix indention
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Introduce review findings
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
* Change image in 'run hawkbit' guide
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
2018-08-01 11:01:02 +02:00