incubator4
incubator4
**Describe the bug** We manage boundary resources with terraform, and this is an credential-stores ```hcl resource "boundary_credential_store_vault" "dev-vault" { name = "dev-vault" description = "Dev vault" address = "" scope_id...
**Describe the bug** After use brew upgrade `boundary` cli from version `0.7.6` to `0.8.0`, then got this error ```shell $ boundary connect ssh -target-id -username ops Error dialing the worker:...
**Previously** My company has been using `Boundary` as a secure connection tool for a long time since version `0.6.2` We use aws kms and postgresql for Dependency, and deploy controlller...
增加了更多存储
从原来的File存储增加了S3/OSS的支持 给存储的层面做了一个抽象 ```kotlin abstract class AbstractImageStorage { abstract suspend fun load(url: String) : ByteArray abstract suspend fun save(url: String, bytes: ByteArray) suspend fun getImageWithCache(url: String) : InputStream { val bytes...
Implement `gohcl.EvalContext` function, which should be implemented as doc as well. 1. Simple implementation from struct to `EvalContext.Variables` . 2. Cause of Functions are hardcoded, it might could convert ....
### Current Behavior I use cert-manager to create a multi wildcard domain cert like this: ```yaml apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: apisix-default-cert namespace: spec: dnsNames: - '*.staging.domain.com' - '*.prod.domain.com'...
## Involved Issue / 该 PR 相关 Issue Close # ## Example for the Proposed Route(s) / 路由地址示例 ```routes NOROUTE ``` ## New RSS Route Checklist / 新 RSS 路由检查表...
follow issue #386
current `servicemonitor` resources without option scheme, it can only be used for insecure clusters, example like this. ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: cockroachdb spec: endpoints: - interval: 10s...