Giter Club home page Giter Club logo

Comments (3)

stmcginnis avatar stmcginnis commented on May 23, 2024 1

Great! Glad you got it working.

Sorry, a better command than what I gave above that would be an alternative to using tr would be:

$ cat mytrustedbundle | base64 -w0

Basically the same thing, but that tells the base64 encoding to not include any line breaks in the output.

from bottlerocket.

stmcginnis avatar stmcginnis commented on May 23, 2024

Hi @philipmodig - one easy to overlook detail from the settings is:

Base64-encoded PEM-formatted certificates bundle

So from your example above, it looks like you are not base64-encoding the certificate data when adding it to the user data.

You will need to do something like:

$ cat mytrustedbundle | base64

Then use the output from that as the data value in the user data.

from bottlerocket.

philipmodig avatar philipmodig commented on May 23, 2024

Hi @philipmodig - one easy to overlook detail from the settings is:

Base64-encoded PEM-formatted certificates bundle

So from your example above, it looks like you are not base64-encoding the certificate data when adding it to the user data.

You will need to do something like:

$ cat mytrustedbundle | base64

Then use the output from that as the data value in the user data.

This worked for me, many thanks. The node starts now and I'm able to pull from our private container registry!

One small note, to help others with the same issue, I had to pipe to tr to remove the line breaks.
cat mytrustedbundle |base64 | tr -d '\n\r'

Thank you again

from bottlerocket.

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.