Rémi Lapeyre

Results 32 issues of Rémi Lapeyre

The previous logic would consider not normalize casing before comparing the policy names which meant that a token associated to a policy with an uppercase could not be renewed for...

This patch adds a set of commands to the CLI to make it easier for operators to interact with sessions: $ consul session create -lock-delay=15s \ -name=my-service-lock \ -behavior=release \...

type/docs
theme/cli
meta/staleproof

`pass` uses the `PASSWORD_STORE_GENERATED_LENGTH` environment variable and defaults to 25 if it is not defined. I think passff should use the value of `$PASSWORD_STORE_GENERATED_LENGTH` if it's defined and let the...

enhancement

This patch adds 6 new resources to manage the admin settings of Terraform Enterprise: - tfe_settings_cost_estimation - tfe_settings_customization - tfe_settings_general - tfe_settings_saml - tfe_settings_smtp - tfe_settings_twilio This is needed by...

Closes https://github.com/rexray/rexray/issues/1284

# Summary Add an option to set additionnal tags on EBS volume # New Feature As far as I know it is not possible to set tags on an EBS...

The following code ```python import sentry_sdk from sentry_sdk import start_transaction sentry_sdk.init(traces_sample_rate=1.0, dsn=...) with start_transaction(op="GetDatasets", name='DUMMY') as span: span.set_data('foo', 'bar') print('foo') ``` will silently discard the data set in the transaction...

enhancement
Feature: Performance
Status: Backlog
Team: Web Backend

https://github.com/terraform-providers/terraform-provider-consul/pull/60 introduces support for ACL with `consul_acl_policy` and `consul_acl_token`. Both require the ACL to have been previously bootstrapped manually to work. Bootstrapping ACLs requires to keep track of the master...