From 549e3ae4477dbd4c2b803763cc2a1bb10073a3f0 Mon Sep 17 00:00:00 2001 From: gokul Date: Thu, 17 Aug 2023 12:52:16 +0100 Subject: [PATCH 1/5] updating variables for vpn_client_config --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index dbb288d0d..bc2e384e9 100644 --- a/variables.tf +++ b/variables.tf @@ -199,7 +199,7 @@ variable "configure_connectivity_resources" { revoked_certificate = optional(list( object({ name = string - public_cert_data = string + thumbprint = string }) ), []) radius_server_address = optional(string, null) From 4593321552539a880e2f334952dfd47ac8e755d5 Mon Sep 17 00:00:00 2001 From: gokul Date: Thu, 17 Aug 2023 15:20:23 +0100 Subject: [PATCH 2/5] updating connectivity module variable --- modules/connectivity/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/connectivity/variables.tf b/modules/connectivity/variables.tf index d25484973..fbf2252ed 100644 --- a/modules/connectivity/variables.tf +++ b/modules/connectivity/variables.tf @@ -86,7 +86,7 @@ variable "settings" { revoked_certificate = optional(list( object({ name = string - public_cert_data = string + thumbprint = string }) ), []) radius_server_address = optional(string, null) From 69627e8521e6d01c0902dab5592e30b73f6141ac Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 25 Aug 2023 06:43:53 +0100 Subject: [PATCH 3/5] updating platformcontext.yml --- .github/policies/platformcontext.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/policies/platformcontext.yml diff --git a/.github/policies/platformcontext.yml b/.github/policies/platformcontext.yml new file mode 100644 index 000000000..aff50c713 --- /dev/null +++ b/.github/policies/platformcontext.yml @@ -0,0 +1,10 @@ +name: platform_context +description: The context for GitOps platform, this will drive GitOps specific policies +owner: +resource: repository +where: +configuration: + platformContext: + active: true +onFailure: +onSuccess: \ No newline at end of file From 33396ffce2b1d8cee8302e5ad1bbee75e56e6c56 Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 25 Aug 2023 06:48:20 +0100 Subject: [PATCH 4/5] adding cla.yml --- .github/policies/cla.yml | 130 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 .github/policies/cla.yml diff --git a/.github/policies/cla.yml b/.github/policies/cla.yml new file mode 100644 index 000000000..1263eb710 --- /dev/null +++ b/.github/policies/cla.yml @@ -0,0 +1,130 @@ +name: Contributor License Agreement Policy +description: CLA policy file + +resource: repository +where: +- | + !repository.name.equals("CHERIoT", StringComparison.InvariantCultureIgnoreCase) + +configuration: + cla: + content: https://raw.githubusercontent.com/microsoft/.github/main/CLA/microsoft.yml + minimalChangeRequired: + files: 2 + codeLines: 16 + bypassOrgs: + - bloomberg + bypassUsers: + - acomghbot + - ActivityWatchBot + - agentoffline-bot + - akri-bot + - ALGitHubBot + - ansibleazurebot + - anton-bot + - ascforiotbot + - audevbot + - azclibot + - azure-pipelines[bot] + - azure-pipelines-bot + - azure-powershell-bot + - azuresdkciprbot + - benrobot + - blackrobot + - CBL-Mariner-Bot + - content-assistant[bot] + - coreosbot + - csd-automationbot + - deanbot + - dependabot[bot] + - dependabot-preview[bot] + - digital-pathology + - dn-helix-agents-bot + - dokku-bot + - dotnet-bot + - dotnet-corert-bot + - dotnet-docker-bot + - dotnet-maestro[bot] + - dotnet-maestro-bot + - dotnet-winget-bot + - edtbot + - engelbot + - flinchbot + - github-actions[bot] + - goodboyrobot + - greenkeeper[bot] + - inclusive-coding-bot + - iotgwbot + - jenfoxbot + - julien-lebot + - learn-build-service-ppe[bot] + - learn-build-service-prod[bot] + - learn-build-service-test[bot] + - leha-bot + - liurunliang-bot + - LizardByte-bot + - LordBobbot + - McCoyBot + - meo-autobot + - microsoft-github-policy-service[bot] + - microsoft-golang-bot + - MicrosoftIssueBot + - MixedRealitySpectatorViewBot + - msftbot[bot] + - MSLearnBot + - mukaibot + - nfbot + - ninjarobot + - nzspambot + - oberonbot + - officedocsbot + - OhMyGuus-Bot + - opbld15 + - opbld16 + - opbld17 + - opbld27 + - openapi-sdkautomation[bot] + - openpublishbuild + - OutlookBot + - pbicvbot + - playwrightmachine + - podman-desktop-bot + - polymcbot + - prmerger-test[bot] + - pulumi-bot + - PylanceBot + - qa-bot + - renovate[bot] + - reunion-maestro[bot] + - rnbot + - rnsdkbot + - RunTheBot + - sasabot + - SoundBot + - tecbot + - testplatform-bot + - thisisnotarobot + - trustedroots-bot + - typescript-bot + - uefibot + - UI-Fabric-RN-Bot + - upgradvisor-bot + - VSC-Service-Account + - vswdbot + - wdkbot + - wingetbot + - winobjc-bot + - WorkingRobot + - wslbot + - zangobot + + prohibitedCompanies: + - msft + autoSignMsftEmployee: true + signRepos: + - repoName: cla-approvers-intel + fileName: approvedUsers.csv + companyName: intel + - repoName: cla-approved-bots + fileName: approvedBots.csv + companyName: microsoft-bots \ No newline at end of file From 80366b0db0df9e2bc5e5885c97e63b6b87211e32 Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 25 Aug 2023 09:34:23 +0100 Subject: [PATCH 5/5] deleteing cla.yml and platformcontext.yml files --- .github/policies/cla.yml | 130 --------------------------- .github/policies/platformcontext.yml | 10 --- 2 files changed, 140 deletions(-) delete mode 100644 .github/policies/cla.yml delete mode 100644 .github/policies/platformcontext.yml diff --git a/.github/policies/cla.yml b/.github/policies/cla.yml deleted file mode 100644 index 1263eb710..000000000 --- a/.github/policies/cla.yml +++ /dev/null @@ -1,130 +0,0 @@ -name: Contributor License Agreement Policy -description: CLA policy file - -resource: repository -where: -- | - !repository.name.equals("CHERIoT", StringComparison.InvariantCultureIgnoreCase) - -configuration: - cla: - content: https://raw.githubusercontent.com/microsoft/.github/main/CLA/microsoft.yml - minimalChangeRequired: - files: 2 - codeLines: 16 - bypassOrgs: - - bloomberg - bypassUsers: - - acomghbot - - ActivityWatchBot - - agentoffline-bot - - akri-bot - - ALGitHubBot - - ansibleazurebot - - anton-bot - - ascforiotbot - - audevbot - - azclibot - - azure-pipelines[bot] - - azure-pipelines-bot - - azure-powershell-bot - - azuresdkciprbot - - benrobot - - blackrobot - - CBL-Mariner-Bot - - content-assistant[bot] - - coreosbot - - csd-automationbot - - deanbot - - dependabot[bot] - - dependabot-preview[bot] - - digital-pathology - - dn-helix-agents-bot - - dokku-bot - - dotnet-bot - - dotnet-corert-bot - - dotnet-docker-bot - - dotnet-maestro[bot] - - dotnet-maestro-bot - - dotnet-winget-bot - - edtbot - - engelbot - - flinchbot - - github-actions[bot] - - goodboyrobot - - greenkeeper[bot] - - inclusive-coding-bot - - iotgwbot - - jenfoxbot - - julien-lebot - - learn-build-service-ppe[bot] - - learn-build-service-prod[bot] - - learn-build-service-test[bot] - - leha-bot - - liurunliang-bot - - LizardByte-bot - - LordBobbot - - McCoyBot - - meo-autobot - - microsoft-github-policy-service[bot] - - microsoft-golang-bot - - MicrosoftIssueBot - - MixedRealitySpectatorViewBot - - msftbot[bot] - - MSLearnBot - - mukaibot - - nfbot - - ninjarobot - - nzspambot - - oberonbot - - officedocsbot - - OhMyGuus-Bot - - opbld15 - - opbld16 - - opbld17 - - opbld27 - - openapi-sdkautomation[bot] - - openpublishbuild - - OutlookBot - - pbicvbot - - playwrightmachine - - podman-desktop-bot - - polymcbot - - prmerger-test[bot] - - pulumi-bot - - PylanceBot - - qa-bot - - renovate[bot] - - reunion-maestro[bot] - - rnbot - - rnsdkbot - - RunTheBot - - sasabot - - SoundBot - - tecbot - - testplatform-bot - - thisisnotarobot - - trustedroots-bot - - typescript-bot - - uefibot - - UI-Fabric-RN-Bot - - upgradvisor-bot - - VSC-Service-Account - - vswdbot - - wdkbot - - wingetbot - - winobjc-bot - - WorkingRobot - - wslbot - - zangobot - - prohibitedCompanies: - - msft - autoSignMsftEmployee: true - signRepos: - - repoName: cla-approvers-intel - fileName: approvedUsers.csv - companyName: intel - - repoName: cla-approved-bots - fileName: approvedBots.csv - companyName: microsoft-bots \ No newline at end of file diff --git a/.github/policies/platformcontext.yml b/.github/policies/platformcontext.yml deleted file mode 100644 index aff50c713..000000000 --- a/.github/policies/platformcontext.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: platform_context -description: The context for GitOps platform, this will drive GitOps specific policies -owner: -resource: repository -where: -configuration: - platformContext: - active: true -onFailure: -onSuccess: \ No newline at end of file