* Add code for the shared infra part of the demo environment
* Checkin
* checkin
* Checkin for pre-provisioner, got terraform working
* Checkin with the pre-deployer working, now blocked by helm chart
* Add interface for helm
* Add some initial code for the JIT Provisioner lambda
Lots of code taken from https://gitlab.com/hmajid2301/articles/-/tree/master/41.%20Create%20a%20webapp%20with%20fizz
* Update helm chart to work with shared infra (#5621)
* Update helm chart to work with shared infra
* Update helm chart README to reflect changes.
* Checkin
* Checkin
* Checkin, Pre-provisioner actually works
* PreProvisioner is now complete
* Make changes to the JIT provisioner based off of actually learning how
to do stuff
* checkin
* Check in, broken currently
* Add all code except provisioning and emailing user
* Checkin
* Checkin, fixed kubernetes
* Checkin
* Forgot a file
* Finish jit provisioner, need to test now
* Checkin, switching to nginx ingress
* Fleets are now actually accessible
* JITProvisioner now returns working fleet instances
* Deprovisioner code done, just need a few bugs fixed
* Fix the deprovisioner so it works now and re-ip
* fixup
* Finished testing the deprovisioner
* Added monitoring and fixed some bugs
* Add stuff for #6548
* fixed per luke's suggestion
* Fix for inactive task definition arns
* move everything to the prod account
* Bump fleet version and fix a couple of bugs
* Fix a couple of bugs
* Lots of security fixes and a few bug fixes
* Rename demo to sandbox to match product's naming
* Revert "Update helm chart to work with shared infra (#5621)"
This reverts commit 610bbd1c00338620f6cc65fe2aff86139551f465.
Co-authored-by: Robert Fairburn <8029478+rfairburn@users.noreply.github.com>
* Website: update /g route to redirect to /?meet-fleet
* update redirect to add the query string onto redirect url
* lint fix
* Changes from review
* Change var name to be technically true
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
* Delete security-compliance-goals-cover-800x450@2x.jpg.jpg
Will reupload file with proper name (There was an extra .jpg at the end)
* Adding proper security compliance article image
* Update metadata for accuracy
Added proper date for meta data and updated the github username to match for chris-mcgillicuddy
* Stay on course with your security compliance goals blog post
* Update stay-on-course-with-your-security-compliance-goals.md
* Update stay-on-course-with-your-security-compliance-goals.md
* Update articles/stay-on-course-with-your-security-compliance-goals.md
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
* Update articles/stay-on-course-with-your-security-compliance-goals.md
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
* Update articles/stay-on-course-with-your-security-compliance-goals.md
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
* Update articles/stay-on-course-with-your-security-compliance-goals.md
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
* Update articles/stay-on-course-with-your-security-compliance-goals.md
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
* Update stay-on-course-with-your-security-compliance-goals.md
* Update stay-on-course-with-your-security-compliance-goals.md
* Add cover for security compliance goals blog post
* Adding cover image and metadata for cover
* Update stay-on-course-with-your-security-compliance-goals.md
I've added my revisions. I decided to keep the original headline to align with the image. Can you please take a look, @GuillaumeRoss?
* Apply suggestions from code review
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
* Implementing Guillaume's suggestions
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
* OKR - Changed docs markdown editing process
Tagging @mike-j-thomas for review.
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update community.md
* Update brand.md
* Update customers.md
* Update community.md
* Update brand.md
@mike-j-thomas, should Docs (REST API) be changed as well?
* Update brand.md
* Update handbook/community.md
* Update handbook/customers.md
* Update handbook/community.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Add blueprint for fleet packager service
* Fix formatting
* Add rate-limit comments and remove API versioning
* Add review comments and notarization alternative
* Other optimizations
* Add storing of state and fix typo
* Add error case for /create
* Add installers for Sandbox document
* Remove already done optimization
* Add S3 alternative to package storage
* Move to proposals directory
* Last amends to specs
* Add fleetctl proposal
* Add comment from Guillaume
This commit replaces `os.Setenv` with `t.Setenv` in tests. The
environment variable is automatically restored to its original value
when the test and all its subtests complete.
Reference: https://pkg.go.dev/testing#T.Setenv
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* Added "Writing for the Sales team"
Created as per: https://github.com/fleetdm/fleet/issues/6671
@alexmitchelliii, this can be moved wherever you like. Let me know if you need any more help.
@mikermcneil, does this count as 5 sentences? 😂
* Update sales.md
* Update handbook/sales.md
Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
* Update handbook/sales.md
Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
* Draft of Tales from Fleet security: BEC
Article about protecting email and online banking from BEC.
* Apply suggestions from code review
Adding Desmi's suggestions!
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
* Apply suggestions from code review
Adding Mike's suggestions!
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Add article image
* Update tales-from-fleet-security-securing-bank-accounts-from-business-email-compromise.md
- Added image and thumbnail links
- Update to date ready for publishing
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Co-authored-by: Tim Kern <tim@fleetdm.com>
Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
This improves the installerstore CLI tool with:
- The ability to create tests buckets for local development (otherwise you have to interact with another CLI or the MinIO UI)
- Improved error handling and messaging.
* Updated home page content
Updated homepage content to reflect our new positioning direction.
* update layout to match wireframes, update text
* lint fix
Co-authored-by: Eric <eashaw@sailsjs.com>