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
Arnold
f21925d59b
Fix typo in permission docs ( #1338 )
2023-03-27 14:12:23 +02:00
Zygmunt Krynicki
498c9fa7e8
Fix markdown formatting of some documentation tables ( #1315 )
...
* Fix markdown formatting of release tables
* Fix markdown table formatting in documentation
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl >
2023-02-01 15:18:30 +01:00
Natalia Kislicyn
3d35ff5aef
mention target type in docu ( #1199 )
...
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
2021-11-03 13:13:37 +01:00
Natalia Kislicyn
70d0fe879e
Feature mass cancel running actions on ds invalidation ( #1177 )
...
* Extend DS invalidation dialog to include mass-cancellation of actions
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
add component id for cancelation type radio buttons
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* add infos about ds invalidation to UI documentation;
update UI images; add screenshot about ds invalidation
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* fix review findings
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* add link property to invalidation docu
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* Put invalidation counts into one object
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* add hint to invalidation dialog, that invalidation is unrepeatable
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* disable invalidate button if insufficient permission
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* fix auto assignment error with insufficient permission
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* implement permissions check for invalidation dialog
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
* add update_target permission to api doc description
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch.io >
2021-10-05 14:15:43 +02:00
Dominic Schabel
63a269835e
Fixed permission matrix ( #1076 )
...
Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io >
2021-02-08 16:56:50 +01: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
Stefan Klotz
9cb5d31396
Prioritisation of assignments via mgmt-API ( #895 )
...
* Updating the schema for targetfilterquery and rollout
* Updating the weight validation logic and tests
* Make weight optional
* Fix existing multi assignment tests by adding weight, remove weight from TargetFilterQuery
* Add weight validation tests, fix tests
* Add mgmt api tests for assignment and getting action with weight
* Add management layer validation and tests for creating rollouts with weight
* Fix amqp test, add repo level validation to resource tests
* Add weight to rollout mgmt-api and tests
* Add weight to mgmt api target Filter create and update
* Add target filter auto assign weight. disable enforcement of setting a weight in multiassign mode
* Remove ignored tests, fix api doc
* Fix minor findings
* Fix findings
* Remove hardcoded min weight
* Add docu text, fix findings
* Fix api documentation
* Expose weight via DMF
* Expose actions according to weight via ddi
* Fix documentation
* Add method to get actions ordered by weight to deploymentManagement
* Updating the schema for targetfilterquery and rollout
* Updated the indentation
* Updated the helper class, fixed the randomUID in test factory
* Updated the class name with prefix JPA
* Adding the missing License for WeightValidationHelper class
* Adding documentation to the dmf api on weight
* Removed the merger markers
* Updated the class name
* Removed the redundant method
* Addressed final PR comments
* Updated the missing testcase with latest default weight value
* Reverting the default value of weight back to 1000 and updated tests
Signed-off-by: Shruthi Manavalli Ramanna <shruthimanavalli.ramanna@bosch-si.com >
Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com >
2019-11-08 10:47:35 +01:00
Jeroen Laverman
be17958f4a
Add documentation for feature Multi-Assignment ( #840 )
...
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com >
2019-06-06 16:43:14 +02:00
Ahmed Sayed
fc46495d92
fixed typo ( #845 )
...
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
2019-05-23 15:45:17 +02:00
Stefan Schake
7c04ca1967
Add multi-user support ( #829 )
...
This allows optionally configuring multiple static users with varying
permissions. If used, Spring Security user/password are ignored.
Otherwise, the old behavior is retained.
Signed-off-by: Stefan Schake <stefan.schake@devolo.de >
2019-05-21 11:09:58 +02: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