Dmitry Antonyuk
Dmitry Antonyuk
I got the same issue. @glacambre this is the output you requested: ``` bubbles: true, cancelBubble: false, cancelable: true, composed: true, data: undefined, dataTransfer: undefined, defaultPrevented: false, detail: 0, eventPhase:...
> @dantonyuk Thanks. These keydown events are completely broken, their `data` field should be set to `j`, not `undefined`. Can you confirm that you're using Chrome on OSX? Firefox 101.0.1...
Hi @MatejNedic, Thank you for sharing this! As per my understanding, AWS Secrets Manager Secret versions and staging labels are not something that _we_ can define. All version IDs are...
Hmm... I did not know they allow defining custom labels. Thank you! Let me play with it.
@MatejNedic, thank you! I've implemented label support based on the staging labels.
@marcingrzejszczak Please try this: ```yaml spring: cloud: config: server: vault: order: 1 ... git: order: 2 ... ``` and use profile `git,vault`.
Yeah, there was some glitch with a profile order. Try `git,vault` instead.
I just implemented simple multi-account support based on the `remote.origin.url` config property (of course GH_HOST is on board as well): #3278 So having hosts.yml as ```yaml github.com: user: personal-account oauth_token:...
Thank you @graemerocher! The PR is sent, I don't think we need to use `hasStereotype`, checking on `null` should be enough.
Closed by merging #1699.