Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"profile": {
|
||||
"securityLevelRules": {
|
||||
"nodes": []
|
||||
},
|
||||
"type": "internal",
|
||||
"userAttributeMapper": {
|
||||
"email": {
|
||||
"config": {
|
||||
"attributePath": "email"
|
||||
},
|
||||
"type": "direct"
|
||||
},
|
||||
"firstName": {
|
||||
"config": {
|
||||
"attributePath": "given_name"
|
||||
},
|
||||
"type": "direct"
|
||||
},
|
||||
"id": {
|
||||
"config": {
|
||||
"attributePath": "sub"
|
||||
},
|
||||
"type": "direct"
|
||||
},
|
||||
"lastName": {
|
||||
"config": {
|
||||
"attributePath": "family_name"
|
||||
},
|
||||
"type": "direct"
|
||||
},
|
||||
"roles": {
|
||||
"config": {
|
||||
"attributePath": "roles"
|
||||
},
|
||||
"type": "direct"
|
||||
},
|
||||
"userName": {
|
||||
"config": {
|
||||
"attributePath": "preferred_username"
|
||||
},
|
||||
"type": "direct"
|
||||
}
|
||||
},
|
||||
"userGrants": {
|
||||
"id": {},
|
||||
"username": {}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"authMethods": [
|
||||
{
|
||||
"config": {},
|
||||
"type": "basic"
|
||||
}
|
||||
],
|
||||
"rememberMeExp": 0,
|
||||
"sessionExp": 0,
|
||||
"sessionInactivityTimeout": 30,
|
||||
"userSource": "default"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"description": "Automatically generated Ignition Identity Provider which uses the User Source Profile named \"default\".",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:15Z"
|
||||
},
|
||||
"legacyId": 1,
|
||||
"uuid": "69a208d8-05b6-4f74-9c91-749df9d1248f",
|
||||
"lastModificationSignature": "8d9a210928c394ff77fb3b45e997ba7c1582c40af87825a1464210d68b897803",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user