mattdillon100
mattdillon100
I have created a custom handler to push logs to AWS Firehose. Here is the constructor: ``` class FirehoseLogHandler extends AbstractProcessingHandler { public function __construct( FirehoseClient $firehoseClient, FormatterInterface $formatter, $streamName,...
I have existing auth in my Symfony project that uses and external resource to authenticate users. Is it possible to use this bundle to create a JWT token on authentication?...
Installed CoasterCMS via composer today so it is the latest version. PHPUnit is **v6.5.6** Running `phpunit` results in the following error: ``` Warning: is_dir() expects parameter 1 to be a...
We will be creating our API spec, hopefully created by spot. However (and this is an example), we have headers that can either accept a cookie or authentication information. This...
OS: Ubuntu 24.10 I have followed the instructions to the letter and tried several times. Everytime, after `sudo make install`, when I run `sudo service logid start` I get ```...