release version 1.11.0

This commit is contained in:
2025-07-10 23:47:05 +03:00
parent 5cb6857fa1
commit 8dd9cf9cf2
3082 changed files with 278464 additions and 1833 deletions

View File

@@ -0,0 +1,56 @@
{
"factoryId": "jaas-realm",
"objectId": "karaf",
"properties": {
"rank": 100,
"modules": [
{
"factoryId": "properties-jaas-login-module",
"scope": "private",
"properties": {
"__entaxyContainerId": "karaf",
"classifier": "karaf-properties",
"backendEnabled": true,
"module_users": "./etc/users.properties",
"encryption_enabled": false
}
},
{
"factoryId": "publickey-jaas-login-module",
"scope": "private",
"properties": {
"__entaxyContainerId": "karaf",
"classifier": "karaf-publickey",
"backendEnabled": true,
"module_users": "./etc/keys.properties"
}
},
{
"factoryId": "file-audit-jaas-login-module",
"scope": "private",
"properties": {
"__entaxyContainerId": "karaf",
"classifier": "karaf-file-audit",
"module_enabled": true
}
},
{
"factoryId": "log-audit-jaas-login-module",
"scope": "private",
"properties": {
"__entaxyContainerId": "karaf",
"classifier": "karaf-log-audit"
}
},
{
"factoryId": "eventadmin-audit-jaas-login-module",
"scope": "private",
"properties": {
"__entaxyContainerId": "karaf",
"classifier": "karaf-eventadminaudit"
}
}
]
}
}