Похожие чаты

Guys I have a problem with aws code build I'm tryingto

read secrets from secret manager like this:

version: 0.2

env:
secrets-manager:
APACHE_PASSWORD: "arn:aws:secretsmanager:eu-central-1:XXXX:secret:APACHE-otkMOp:password"
phases:
pre_build:
commands:
- echo $APACHE_PASSWORD

But the echo command will print *** (3 stars). How to get actual values?

I even passed the secrets to a dockerfile and inside the dockerfile it was ***

10 ответов

26 просмотров

This is by design, so that you not leak the password to cloudwatch log. The environment variable already contain the required password. Just use it where it suppose to be use

https://stackoverflow.com/questions/72609587/secrets-manager-environment-variables-in-aws-codebuild-echoing-as-in-the-b

Ehsan- Автор вопроса
Sharuzzaman Ahmat Raslan
This is by design, so that you not leak the passwo...

I know that, But to be sure I have the right info I want to get the actuall value I tried to pass it into a dockerfile and echo them on dockerfile, the same result happened

Ehsan- Автор вопроса
Sharuzzaman Ahmat Raslan
This is by design, so that you not leak the passwo...

I even tried to write them to a file and the cat the file, the same result: FROM XXXX.dkr.ecr.eu-central-1.amazonaws.com/python:3.9.19-slim-bullseye WORKDIR /app ARG USER ARG PASSWORD ARG TEST ENV USER_ENV=$USER ENV PASSWORD_ENV=$PASSWORD ENV TEST_ENV=$TEST RUN echo "Starting" && \ echo $USER_ENV && \ echo $PASSWORD_ENV && \ echo $TEST_ENV && \ echo "String written to file $USER_ENV $PASSWORD_ENV $TEST_ENV" > file.txt && \ cat file.txt How to get actual values?

Ehsan
I even tried to write them to a file and the cat t...

Follow the solution given in StackOverflow above. Echo to file and then upload the file to S3. You cannot see the password if you are still inside CodeBuild environment

Ehsan
I even tried to write them to a file and the cat t...

If everything is set up correctly you won't be able to

Ehsan
I even tried to write them to a file and the cat t...

Dude can you describe the actual problem you try to solve with this kind of solution

D
In fact there’s a way to show passwords

But do you really want passwords in plain text in your logs

Raptor Blue Bear
But do you really want passwords in plain text in ...

I once made a password rotation tools in sync with GitHub secrets

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Мужики и девушки, привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных...
Kraszx
14
is that okay?
Samurai 🇯🇵
21
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
А вот это что за конструкция? Вернее, она тут нафига?
Serjone
10
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Здравствуйте товарищи. А где вы смотрите маркеры/фенотипы клеток, чтобы подобрать антитело для задачи? Есть какой-то ресурс/база данных, или всё ручками по статьям? Мне нужно ...
Abruhmed
14
Мужики. привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных элементов...
Kraszx
2
Карта сайта