Yong Zhang
Yong Zhang
Hi, I'm running v7.2.1 with below args: ``` - '--cookie-expire=24h0m0s' - '--cookie-refresh=30m' - '--session-store-type=redis' ``` I'm using okta oidc provider, and I enabled "Refresh Token" in the okta app. I...
I guess this is a common issue and been discussed a lot: I have this: ``` data "template_file" "app" { template = file("templates/k8s_app.yaml") vars = { db_host = module.db.this_rds_cluster_endpoint #...
**Is your feature request related to a problem? Please describe.** I'm not sure if this feature is in place or not, but I didn't find it from the docs. When...
Hi, team Iooks like there's not datasource `boundary_role`, is it in the roadmap to add it?
Probably this is not a bug, but ask here to confirm. I have a list of orgs, like `devops`, `qa`, `developers`, etc ... In each org I created the same...
Code: ``` #!/usr/bin/env python3 from alibabacloud_credentials.client import Client as CredClient from alibabacloud_cr20160607.client import Client from alibabacloud_tea_openapi.models import Config config = Config( region_id="cn-shanghai", credential=CredClient() ) client = Client(config) response = client.get_authorization_token()...
Hi, team We found that if ExternalSecret resource was deleted, the kubernetes secret will also be deleted, this is a big risk if we do ack-secret-manager maintenance something like we...
### Windows Version Microsoft Windows [Version 10.0.22631.2715] ### WSL Version 2.0.9 ### Are you using WSL 1 or WSL 2? - [X] WSL 2 - [ ] WSL 1 ###...
Hi, team We see so many logs like below: ``` level=error ts=2025-05-28T04:51:27.968941601Z caller=errors.go:26 org_id=fake traceID=7051904e7a3a3132 message="closing iterator" error="context canceled" ``` Are these expected? loki version: v3.3.x - v3.5.x
### Description ### (Optional) Slack's documentation Ref: https://docs.slack.dev/changelog/2025/10/7/chat-streaming/ Thanks.