🖖
Highlights
- Pro
Pinned Loading
-
-
-
-
C# code to return decompressed gzip ...
C# code to return decompressed gzip data 1public class Script: ScriptBase{
2public override async Task < HttpResponseMessage > ExecuteAsync(){
3var response = new HttpResponseMessage();
45var contentAsString = await this.Context.Request.Content.ReadAsStringAsync().ConfigureAwait(false);
-
Script to generate a custom encrypti...
Script to generate a custom encryption key and upload to GCP KMS. Assumes a keyring is already created. 1#!/bin/bash
23KEYRING="test"
4KEY="test_key"
5PROJECT="test_proj"
-
Jenkins pipeline to create/update a ...
Jenkins pipeline to create/update a secret in GCP Secret Manager. Allows devs to create secrets without the permission to view all the secrets. 1pipeline {
2agent any
345stages {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.