-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostman-quarkus-keycloak-environment-local.json
69 lines (69 loc) · 1.18 KB
/
postman-quarkus-keycloak-environment-local.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"id": "e7624b0e-c789-476f-a3e1-76b30f42cce5",
"name": "KeyCloak Quarkus Demo",
"values": [
{
"key": "userRead",
"value": "bookreader",
"enabled": true
},
{
"key": "userReadPassword",
"value": "Redhat123#",
"enabled": true
},
{
"key": "userAdmin",
"value": "bookadmin",
"enabled": true
},
{
"key": "userAdminPassword",
"value": "bookadmin",
"enabled": true
},
{
"key": "clientId",
"value": "quarkus-app",
"enabled": true
},
{
"key": "realm",
"value": "quarkus",
"enabled": true
},
{
"key": "keyCloakServerPort",
"value": "36271",
"enabled": true
},
{
"key": "KeyCloak_Address",
"value": "localhost",
"enabled": true
},
{
"key": "clientSecret",
"value": "secret",
"enabled": true
},
{
"key": "variable_key",
"value": "variable_value",
"enabled": true
},
{
"key": "resource_server_address",
"value": "localhost",
"enabled": true
},
{
"key": "resource_server_port",
"value": "8080",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-05-03T09:23:58.523Z",
"_postman_exported_using": "Postman/8.12.4"
}