Skip to content

Commit df9c1e4

Browse files
author
Vikas Agarwal
committed
Github issue#3527, Reporting POC
- Initial draft, working solution for generating embed URL
1 parent 99282bc commit df9c1e4

File tree

7 files changed

+278
-55
lines changed

7 files changed

+278
-55
lines changed

config/custom-environment-variables.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"pageSize": "PAGE_SIZE",
5656
"SSO_REFCODES": "SSO_REFCODES",
5757
"lookerConfig": {
58+
"EMBED_KEY": "LOOKER_EMBED_KEY",
59+
"LOOKER_HOST": "LOOKER_HOST",
5860
"BASE_URL": "LOOKER_API_BASE_URL",
5961
"CLIENT_ID": "LOOKER_API_CLIENT_ID",
6062
"CLIENT_SECRET": "LOOKER_API_CLIENT_SECRET",

config/default.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"VALID_STATUSES_BEFORE_PAUSED": "[\"active\"]",
6161
"SSO_REFCODES": "[]",
6262
"lookerConfig": {
63+
"EMBED_KEY": "FAKE_KEY",
64+
"LOOKER_HOST": "demo.looker.com",
6365
"BASE_URL": "",
6466
"CLIENT_ID": "",
6567
"CLIENT_SECRET": "",

0 commit comments

Comments
 (0)