Thales

Results 3 issues of Thales

Currently it's possible to use this theme on a jenkins server on a secure network without internet connection?

When trying to add a new deployment target via terraform: ``` provider "octopusdeploy" { address = var.octopus_url api_key = var.octopus_api_key } resource "octopusdeploy_listening_tentacle_deployment_target" "target" { name = "sample-server" tentacle_url =...

kind/bug

### Steps to Reproduce **create identity and assign proper vault permission:** az identity create -n smallstepidentity -g rg **initialize vars and ca** ``` VAULT="somevault" PWD_FILE="smallstep/opensource/pwd.txt" AZURE_TENANT_ID="xxx" AZURE_CLIENT_ID="xxx" step ca init...

bug
needs triage