fleet/server/logging
Tomas Touceda 989e638cc0
Make creating dirs and files more secure by checking permissions (#1566)
* Add safe mkdirall and open

* Use secure as much as possible and merge gomodules for orbit to fleet

* Improve openfile and mkdirall to check for permissiveness instead of equality

* Don't shift

* Fix links

* Address review comments
2021-08-11 11:02:22 -03:00
..
mock Add AWS Lambda as logging plugin (#347) 2021-02-24 10:02:26 -08:00
filesystem.go Make creating dirs and files more secure by checking permissions (#1566) 2021-08-11 11:02:22 -03:00
filesystem_test.go Make creating dirs and files more secure by checking permissions (#1566) 2021-08-11 11:02:22 -03:00
firehose.go add logging settings to config api response (#1467) 2021-07-30 11:45:49 -04:00
firehose_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
kinesis.go add logging settings to config api response (#1467) 2021-07-30 11:45:49 -04:00
kinesis_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
lambda.go Add AWS Lambda as logging plugin (#347) 2021-02-24 10:02:26 -08:00
lambda_test.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
logging.go add logging settings to config api response (#1467) 2021-07-30 11:45:49 -04:00
pubsub.go Copy log fields into GCP PubSub attributes (#712) 2021-05-08 12:29:52 -07:00
stdout.go Add stdout and kinesis logger plugins and sts assume role to Firehose (#2282) 2020-08-19 14:56:44 -07:00