Giter Club home page Giter Club logo

confidentialcontainers.org's Introduction

logo

Confidential Containers

CII Best Practices

Welcome to confidential-containers

Confidential Containers is an open source community working to leverage Trusted Execution Environments to protect containers and data and to deliver cloud native confidential computing.

We have a new release every 6 weeks! See Release Notes or Quickstart Guide

Our key considerations are:

  • Allow cloud native application owners to enforce application security requirements
  • Transparent deployment of unmodified containers
  • Support for multiple TEE and hardware platforms
  • A trust model which separates Cloud Service Providers (CSPs) from guest applications
  • Least privilege principles for the Kubernetes cluster administration capabilities which impact delivering Confidential Computing for guest applications or data inside the TEE

Get started quickly...

Further Detail

asciicast FOSSA Status

Contribute...

License

FOSSA Status

confidentialcontainers.org's People

Contributors

dependabot[bot] avatar fidencio avatar fitzthum avatar iaguis avatar kartikjoshi21 avatar katexochen avatar magowan avatar mkulke avatar portersrc avatar surajssd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

confidentialcontainers.org's Issues

blog: Add a note on how to convert the google doc to markdown

People could collaborate on blogs on a shared google document. So, add instructions on how someone can convert the google doc to markdown in Writing a blog section of contributor's guide.

  • Install Pandoc.
  • Download the Google document in "Microsoft Word (.docx)" format.
  • Then go to the folder for writing the blog:
export INPUT_FILE=""                        # This should be the file with .docx extension
export OUTPUT_FILE=""                       # This should be the file with .md extension
cd content/en/blog/2024

pandoc -t markdown_strict --extract-media . $INPUT_FILE -o $OUTPUT_FILE

Website does not have the correct trademark disclaimer

As part of our ongoing effort to cncf/techdocs#198, we noticed that the website does not pass the trademark criteria on CLOMonitor.

To fix this:
Head to the source code of the website. In the <footer> section, add a disclaimer or link to the Linux foundation trademark disclaimer page:

Disclaimer

<footer>
   <p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, 
         please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
   </p>
</footer>

Link

 <footer>
      <ul>
          <li><a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a></li>
      </ul>
 </footer>

Clean up blogs section

Once the first ever blog on coco website is published then clean up the "place holder" blogs.

KBS + Attestation Service repos have been merged

I'm not sure we need to reflect the repo structure or just list the individual components, I think the latter is better, but at the moment guest-components is split while kbs + attestation-service have individual entries

Update user facing documentation of Cloud API Adaptor

Update kata-containers section of the website

Update Guest Components Documentation

Do we need "About" page?

The landing page has some info: https://confidentialcontainers.org/ and then the about page also has some info which kinda seem redundant: https://confidentialcontainers.org/about/ do we need both of them? Can we try and consolidate both of them into one?

GH Links:

KBS: Update documentation


With the help of @Xynnn007 I have identified the following changes needed for the trustee repo:

Attestation Service

Key Broker Service:

Demos: Verify and update demos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.