Skip to content

Commit

Permalink
Merge branch 'main' into release-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlermikey authored Dec 19, 2023
2 parents 104520f + 6614ca2 commit 1fc01e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ GCP Load Balancer is supported by Keyfactor for Keyfactor customers. If you have

###### 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.


---


Expand Down Expand Up @@ -144,6 +143,10 @@ A service account is necessary for authentication to GCP. The following are the
- compute.sslCertificates.create
- compute.sslCertificates.delete
- compute.sslCertificates.list
- compute.sslCertificates.get
- compute.targetHttpsProxies.list
- compute.targetHttpsProxies.setSslCertificates
- compute.regionSslCertificates.list

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).

Expand Down
4 changes: 4 additions & 0 deletions readme_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ A service account is necessary for authentication to GCP. The following are the
- compute.sslCertificates.create
- compute.sslCertificates.delete
- compute.sslCertificates.list
- compute.sslCertificates.get
- compute.targetHttpsProxies.list
- compute.targetHttpsProxies.setSslCertificates
- compute.regionSslCertificates.list

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).

Expand Down

0 comments on commit 1fc01e0

Please sign in to comment.