Skip to content

Commit

Permalink
Merge branch 'master' into enable-cmek-for-state-bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo authored Dec 11, 2023
2 parents 8051090 + 325785c commit bf19ebe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
9 changes: 1 addition & 8 deletions 0-bootstrap/README-Jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,7 @@ You arrived to these instructions because you are using the `jenkins_bootstrap`

- You will see an output similar to this:

```text
-----BEGIN RSA PRIVATE KEY-----
copy your private key
from BEGIN to END
And configure a new
Jenkins Agent in the Web UI
-----END RSA PRIVATE KEY-----
```
![RSA private key example](./files/private_key_example.png)

1. Configure a new SSH Jenkins Agent in the Jenkins Controller’s Web UI. You need the following information:
- [SSH Agent Jenkins plugin](https://plugins.jenkins.io/ssh-agent/) installed in your Controller
Expand Down
Binary file added 0-bootstrap/files/private_key_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion 1-org/envs/shared/org_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ locals {
boolean_type_organization_policies = toset([
"compute.disableNestedVirtualization",
"compute.disableSerialPortAccess",
"compute.disableGuestAttributesAccess",
"compute.skipDefaultNetworkCreation",
"compute.restrictXpnProjectLienRemoval",
"compute.disableVpcExternalIpv6",
Expand Down
1 change: 0 additions & 1 deletion test/integration/org/org_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func TestOrg(t *testing.T) {
for _, booleanConstraint := range []string{
"constraints/compute.disableNestedVirtualization",
"constraints/compute.disableSerialPortAccess",
"constraints/compute.disableGuestAttributesAccess",
"constraints/compute.skipDefaultNetworkCreation",
"constraints/compute.restrictXpnProjectLienRemoval",
"constraints/sql.restrictPublicIp",
Expand Down

0 comments on commit bf19ebe

Please sign in to comment.