summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-hvac/files/hvac.json
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-09-21 14:32:53 -0400
committerScott Murray <scott.murray@konsulko.com>2023-09-22 15:44:58 +0000
commit0953c9e92ac9557b33712f91caf07780241bf3e3 (patch)
tree2c58603f0c3a31ff7d53c9f76c2f27ae54be3389 /recipes-demo/flutter-hvac/files/hvac.json
parentd4d6744afb63b822a31c683b6510c54f7bcd74bf (diff)
flutter-hvac: update SRCREV
Update flutter-hvac SRCREV to pick up KUKSA.val databroker gRPC API changes, update its YAML configuration file to match, and add the JWT authorization token the configuration requires. Bug-AGL: SPEC-4762 Change-Id: If272680063afb3d286f1f709dcc59c40c58f858a Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29238 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-demo/flutter-hvac/files/hvac.json')
-rw-r--r--recipes-demo/flutter-hvac/files/hvac.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-demo/flutter-hvac/files/hvac.json b/recipes-demo/flutter-hvac/files/hvac.json
new file mode 100644
index 00000000..20d842a6
--- /dev/null
+++ b/recipes-demo/flutter-hvac/files/hvac.json
@@ -0,0 +1,10 @@
+{
+ "sub": "local dev",
+ "iss": "createToken.py",
+ "aud": [
+ "kuksa.val"
+ ],
+ "iat": 1516239022,
+ "exp": 1767225599,
+ "scope": "actuate:Vehicle.Cabin.HVAC"
+}