Skip to content

Commit 6614ca2

Browse files
authored
Update necessary GCP Permissions in README (#12)
1 parent 5791e8b commit 6614ca2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ The Universal Orchestrator is the successor to the Windows Orchestrator. This Or
1919
GCP Load Balancer is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket with your Keyfactor representative.
2020

2121
###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
22-
___
2322

2423

2524

@@ -43,6 +42,7 @@ The Keyfactor Universal Orchestrator may be installed on either Windows or Linux
4342

4443

4544

45+
4646
---
4747

4848

@@ -141,6 +141,10 @@ A service account is necessary for authentication to GCP. The following are the
141141
- compute.sslCertificates.create
142142
- compute.sslCertificates.delete
143143
- compute.sslCertificates.list
144+
- compute.sslCertificates.get
145+
- compute.targetHttpsProxies.list
146+
- compute.targetHttpsProxies.setSslCertificates
147+
- compute.regionSslCertificates.list
144148

145149
The agent supports having credentials provided by the environment, environment variable, or passed manually from Keyfactor Command. You can read more about the first two options [here] (https://cloud.google.com/docs/authentication/production#automatically).
146150

Diff for: readme_source.md

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ A service account is necessary for authentication to GCP. The following are the
9393
- compute.sslCertificates.create
9494
- compute.sslCertificates.delete
9595
- compute.sslCertificates.list
96+
- compute.sslCertificates.get
97+
- compute.targetHttpsProxies.list
98+
- compute.targetHttpsProxies.setSslCertificates
99+
- compute.regionSslCertificates.list
96100

97101
The agent supports having credentials provided by the environment, environment variable, or passed manually from Keyfactor Command. You can read more about the first two options [here] (https://cloud.google.com/docs/authentication/production#automatically).
98102

0 commit comments

Comments
 (0)