This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "fmt" | |
| "io" | |
| "net/http" | |
| "time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var caCert = X509Certificate2.CreateFromPem(options.CaCertificate!); | |
| clientSettings.CreateHttpMessageHandler = () => | |
| { | |
| var httpSettings = new SocketsHttpHandler() | |
| { | |
| // This is taken from the default implementation. | |
| KeepAlivePingDelay = clientSettings.ConnectivitySettings.KeepAliveInterval, | |
| KeepAlivePingTimeout = clientSettings.ConnectivitySettings.KeepAliveTimeout, | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubecontext=$(kubectl config current-context) | |
| PROMPT="${kubecontext} | |
| %(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" | |
| PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" | |
| ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| panic: lists must only contain one type of element, saw tftypes.Object["applyTo":tftypes.String, "match":tftypes.Object["cluster":tftypes.Object["name":tftypes.String, "portNumber":tftypes.Number, "service":tftypes.String, "subset":tftypes.String], "context":tftypes.String, "listener":tftypes.Object["filterChain":tftypes.Object["applicationProtocols":tftypes.String, "destinationPort":tftypes.Number, "filter":tftypes.Object["name":tftypes.String, "subFilter":tftypes.Object["name":tftypes.String]], "name":tftypes.String, "sni":tftypes.String, "transportProtocol":tftypes.String], "name":tftypes.String, "portName":tftypes.String, "portNumber":tftypes.Number], "proxy":tftypes.Object["metadata":tftypes.Map[tftypes.String], "proxyVersion":tftypes.String], "routeConfiguration":tftypes.Object["gateway":tftypes.String, "name":tftypes.String, "portName":tftypes.String, "portNumber":tftypes.Number, "vhost":tftypes.Object["name":tftypes.String, "route":tftypes.Object["action":tftypes.String, "name":tftypes.String]]]], "pa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2022-01-25T10:28:55.010-0500 [INFO] Terraform version: 1.1.2 | |
| 2022-01-25T10:28:55.010-0500 [INFO] Go runtime version: go1.17.2 | |
| 2022-01-25T10:28:55.010-0500 [INFO] CLI args: []string{"terraform", "apply"} | |
| 2022-01-25T10:28:55.010-0500 [DEBUG] Attempting to open CLI config file: /Users/hugo.torres/.terraformrc | |
| 2022-01-25T10:28:55.010-0500 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2022-01-25T10:28:55.010-0500 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
| 2022-01-25T10:28:55.010-0500 [DEBUG] ignoring non-existing provider search directory /Users/hugo.torres/.terraform.d/plugins | |
| 2022-01-25T10:28:55.010-0500 [DEBUG] ignoring non-existing provider search directory /Users/hugo.torres/Library/Application Support/io.terraform/plugins | |
| 2022-01-25T10:28:55.010-0500 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
| 2022-01-25T10:28:55.010-0500 [INFO] CLI command args: []string{"apply"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resource "kubernetes_manifest" "ratelimit_http_filter" { | |
| manifest = { | |
| "apiVersion" = "networking.istio.io/v1alpha3" | |
| "kind" = "EnvoyFilter" | |
| "metadata" = { | |
| "name" = "ratelimit-http" | |
| "namespace" = "namespace" | |
| } | |
| "spec" = { | |
| "configPatches" = [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "0.0.0.0_8443", | |
| "error_state": { | |
| "failed_configuration": { | |
| "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", | |
| "name": "0.0.0.0_8443", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 8443 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| labels: | |
| app: envoy-limitsvc-redis | |
| component: redis | |
| name: envoy-limitsvc-redis-dep | |
| namespace: istio-system | |
| spec: | |
| replicas: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [35m[Appium][39m Welcome to Appium v1.22.0 | |
| [35m[Appium][39m Appium REST http interface listener started on 0.0.0.0:4723 | |
| [35m[HTTP][39m [37m-->[39m [37mHEAD[39m [37m/wd/hub/sessions[39m | |
| [35m[HTTP][39m [90m{}[39m | |
| [debug] [35m[GENERIC][39m Calling AppiumDriver.getSessions() with args: [] | |
| [debug] [35m[GENERIC][39m Responding to client with driver.getSessions() result: [] | |
| [35m[HTTP][39m [37m<-- HEAD /wd/hub/sessions [39m[32m200[39m [90m8 ms - 40[39m | |
| [35m[HTTP][39m [90m[39m | |
| [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
| [35m[HTTP][39m [90m{"capabilities":{"alwaysMatch":{"appium:platformName":"iOS","appium:platformVersion":"15.0","appium:connectHardwareKeyboard":true,"appium:wdaLaunchTimeout":300000,"appium:app":"/Users/runner/work/bukkit-fe/bukkit-fe/bukkit.app","appium:udid":"20927A86-768F-4857-B126-82001235F499","appium:deviceName":"TestIPhone13","appium:showIOSLog":true,"appium:showXcodeLog":true},"firstMatch":[{}]},"desiredCapabilities":{"appium:platfor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: E2E CI | |
| on: [workflow_dispatch] | |
| jobs: | |
| test: | |
| runs-on: macos-11 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Set up Node 16 | |
| uses: actions/setup-node@v2 | |
| with: |
NewerOlder