You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -499,9 +499,9 @@ The process to create a new release is as follows:
499
499
500
500
Once your new release has been created, you can then deploy this release through the NRLF environments using the "Persistent Environment Deploy" Github Action.
501
501
502
-
If the Consumer API has changed, or the documentation for that API has changed, you will also need to release (NRL Consumer API)[https://github.com/NHSDigital/nrl-consumer-api].
502
+
If the Consumer API has changed, or the documentation for that API has changed, you will also need to release [NRL Consumer API](https://github.com/NHSDigital/nrl-consumer-api).
503
503
504
-
If the Producer API has changed, or the documentation for that API has changed, you will also need to release (NRL Producer API)[https://github.com/NHSDigital/nrl-producer-api].
504
+
If the Producer API has changed, or the documentation for that API has changed, you will also need to release [NRL Producer API](https://github.com/NHSDigital/nrl-producer-api).
5. Install Athena ODBC driver and Power BI standard on premises gateway
153
+
6. Configure ODBC driver to connect to relevant Athena instance
154
+
7. Log in to the gateway using NHS email, name the cluster to nhsd-nrlf-{env}--reporting-gw
155
+
8. Log on to power bi, navigate to Manage Connections and Gateways in settings and set up Athena connector with authentication method: Anonymous and privacy level: Private
156
+
9. Set dataset to point to this gateway, define schedule as needed
157
+
10. In the AWS Console, create an AMI from the instance called `PowerBI_GW`
158
+
11. Set the `use_powerbi_gw_custom_ami` variable to `true`
159
+
12. Deploy the account-wide infrastructure for the account
160
+
13. Run the below CLI command, and RDP into the newly created EC2 instance (localhost:13389)
2. Install Athena ODBC driver and Power BI standard on premises gateway
138
-
3. Configure ODBC driver to connect to relevant Athena instance
139
-
4. Log in to the gateway using NHS email, name the cluster to nhsd-nrlf-{env}--reporting-gw
140
-
5. Log on to power bi, navigate to Manage Connections and Gateways in settings and set up Athena connector with authentication method: Anonymous and privacy level: Private
141
-
6. Set dataset to point to this gateway, define schedule as needed
166
+
14. Start the PowerBI Gateway service on the instance
167
+
168
+
To disable the PowerBI Gateway from the account:
169
+
170
+
1. Set the `enable_powerbi_auto_push` variable to `false`in`./ACCOUNT_NAME/vars.tf`
171
+
2. Deploy the account-wide infrastructure to the account
0 commit comments