Sébastien Bonami

Results 9 issues of 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...

feature

## 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:...

bug

## 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...

community
triage
pending-close

**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...

kind/feature

### 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...

documentation
enhancement
help wanted
good first issue

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...

question

### 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......

**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...

bug