forked from helidon-io/helidon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix application yaml test and some unused import (helidon-io#7860)
Signed-off-by: tvallin <[email protected]>
- Loading branch information
Showing
16 changed files
with
55 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 34 additions & 34 deletions
68
archetypes/helidon/src/main/archetype/common/files/application.abac.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
- abac: | ||
# prepares environment | ||
# executes attribute validations | ||
# validates that attributes were processed | ||
# grants/denies access to resource | ||
# | ||
#### | ||
# Combinations: | ||
# # Will fail if any attribute is not validated and if any has failed validation | ||
# fail-on-unvalidated: true | ||
# fail-if-none-validated: true | ||
# | ||
# # Will fail if there is one or more attributes present and NONE of them is validated or if any has failed validation | ||
# # Will NOT fail if there is at least one validated attribute and any number of not validated attributes (and NONE failed) | ||
# fail-on-unvalidated: false | ||
# fail-if-none-validated: true | ||
# | ||
# # Will fail if there is any attribute that failed validation | ||
# # Will NOT fail if there are no failed validation or if there are NONE validated | ||
# fail-on-unvalidated: false | ||
# fail-if-none-validated: false | ||
#### | ||
# fail if an attribute was not validated (e.g. we do not know, whether it is valid or not) | ||
# defaults to true | ||
fail-on-unvalidated: true | ||
# fail if none of the attributes were validated | ||
# defaults to true | ||
fail-if-none-validated: true | ||
# policy-validator: | ||
# validators: | ||
# - class: "io.helidon.security.abac.policy.DefaultPolicyValidator" | ||
# my-custom-policy-engine: | ||
# some-key: "some value" | ||
# another-key: "another value" | ||
- abac: | ||
# prepares environment | ||
# executes attribute validations | ||
# validates that attributes were processed | ||
# grants/denies access to resource | ||
# | ||
#### | ||
# Combinations: | ||
# # Will fail if any attribute is not validated and if any has failed validation | ||
# fail-on-unvalidated: true | ||
# fail-if-none-validated: true | ||
# | ||
# # Will fail if there is one or more attributes present and NONE of them is validated or if any has failed validation | ||
# # Will NOT fail if there is at least one validated attribute and any number of not validated attributes (and NONE failed) | ||
# fail-on-unvalidated: false | ||
# fail-if-none-validated: true | ||
# | ||
# # Will fail if there is any attribute that failed validation | ||
# # Will NOT fail if there are no failed validation or if there are NONE validated | ||
# fail-on-unvalidated: false | ||
# fail-if-none-validated: false | ||
#### | ||
# fail if an attribute was not validated (e.g. we do not know, whether it is valid or not) | ||
# defaults to true | ||
fail-on-unvalidated: true | ||
# fail if none of the attributes were validated | ||
# defaults to true | ||
fail-if-none-validated: true | ||
# policy-validator: | ||
# validators: | ||
# - class: "io.helidon.security.abac.policy.DefaultPolicyValidator" | ||
# my-custom-policy-engine: | ||
# some-key: "some value" | ||
# another-key: "another value" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...idon/src/main/archetype/se/custom/files/src/main/java/__pkg__/WebClientMain.java.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters