Code Monkey home page Code Monkey logo

Comments (5)

mythi avatar mythi commented on July 16, 2024

there's not enough information to answer your question but most likely: yes. what's the status of the operator pods?

from enclave-cc.

reclock avatar reclock commented on July 16, 2024

Currently, I have installed enclave cc normally and uploaded the encrypted image to my private repository. However, errors may occur during deployment and use
image

this is my yaml


apiVersion: v1
kind: Pod
metadata:
  name: enclave-cc-pod-test
spec:
  containers:
  - image: 192.168.6.105:8443/rongan/sgxt1:encrypted
    name: hello-world
    workingDir: "/run/rune/boot_instance/"
    env:
    - name: OCCLUM_RELEASE_ENCLAVE
      value: "1"
    command:
    - /run/rune/boot_instance/build/bin/occlum-run
    - /bin/hello_world
  runtimeClassName: enclave-cc

from enclave-cc.

mythi avatar mythi commented on July 16, 2024

we currently don't support building/setting custom cert chains for the image registries which to me looks to be the error. There's a thread on CoCo slack about "I'm trying to get enclave-cc running with a local container registry, but not found where to place the self-signed CA certificate or disable TLS for this registry" but that work never made into this repo yet.

from enclave-cc.

reclock avatar reclock commented on July 16, 2024
  1. Can I only use this repository to upload encrypted images? Similar to the following?
    ghcr.io/confidential-containers/test-container-enclave-cc:encrypted

  2. example

Where is the decryption key configured for this example?

from enclave-cc.

mythi avatar mythi commented on July 16, 2024

@reclock is this a duplicate of #391

from enclave-cc.

Related Issues (20)

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.