Constantin

Results 11 issues of Constantin

### Description In [monitored AWS accounts](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html) it's required for the user to add `sts:SetSourceIdentity` to the trust policy of the cdk-toolkit iam roles. If not done the deployment does not...

p1
@aws-cdk/core
feature-request
effort/small
needs-discussion

### Checklist Before making a feature request, I have: - [x] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js/issues?q=is%3Aissue) - [x] Checked the documentation to see...

enhancement

## :question: Guidance ### Affected Languages - [ ] `TypeScript` or `Javascript` - [ ] `Python` - [x] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ] `Go`...

bug
effort/large
module/runtime
p2

## Please include the following with your bug report - [ ] Your New Relic `provider` [configuration](#terraform-configuration-files) (sensitive details redacted) - [x] A list of [affected resources](#affected-resources) and/or data sources...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description ### Context Docker requires companies to purchase docker accounts and make...

area: docker
type: feature
status: stale

Add support for project/repository http access token ## Changes allowed token authentication by passing the authentication to the rest api and simple-git as extra-header ## Context fixes https://github.com/renovatebot/renovate/issues/14900 ## Documentation...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

### Context Docker requires companies to purchase docker accounts and make their employees use these accounts ### Problem Some companies restrict access to community images ### Proposal join the [Docker...

In certain use-cases I want to reset my store to a certain state example: ``` const store = makeStore({}); store.set({hello: "world"}); ... store.set({}); // does not modify the store store.set(Object.keys(store.state).reduce((r,c)...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...