Sébastien Bonami
Sébastien Bonami
Hi, I want users to be able to "Build" a job, but not have the "Resume build" button as we are using the "Retry" button instead from the Naginator Plugin....
Hi, I added the code to have this additional "Look for results even when build is aborted?" option (default to false). It works, but I didn't adjust any test classes...
## Summary Hi, I have a job in a Concourse pipeline that result often (but not always) in an error like this: `wait for process completion: backend error: Exit status:...
## Expected behavior Being able to simply create a token without generating a whole Prometheus scrape configuration. Also, being able to revoke tokens. ## Actual behavior The only way to...
**What happened?** I'm doing Prometheus Federation and my federated Prometheuses don't need these components: _Alertmanagers_, _AlertmanagerConfigs_ and _ThanosRulers_. I'm using this Helm Chart: https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack/54.1.0 Even if I set `enabled` to...
### Description I wanted to know what meant attribute `force_destroy` for resource `minio_s3_bucket`, but couldn't find a description in the documentation: https://registry.terraform.io/providers/aminueza/minio/1.18.0/docs/resources/s3_bucket I noticed that several attributes in different Resources...
Hi, in the docs of the latest version (3.15.2 as of today), we can read the following statement about the [`client_auth`](https://registry.terraform.io/providers/hashicorp/vault/latest/docs#client_auth) argument: > At present there is little reason to...
### Terraform Version Terraform v1.9.3 ### Affected Resource(s) - openstack_objectstorage_container_v1 ### Terraform Configuration Files ```hcl resource "openstack_objectstorage_container_v1" "test_container" { name = "test-container" } ``` ### Output ``` openstack_objectstorage_container_v1.test_container: Refreshing state......
[BUG] 403 Forbidden error on /api/saved_objects/_find?fields=title&per_page=10000&type=index-pattern
**What is the bug?** The Discover page is blank in OpenSearch Dashboards with a 403 Forbidden error on `/api/saved_objects/_find?fields=title&per_page=10000&type=index-pattern` with the following message: ``` no permissions for [indices:data/read/search] and User...