updated
هذا الالتزام موجود في:
13
test-projects/pem-inclusion-test/.gy.json
Normal file
13
test-projects/pem-inclusion-test/.gy.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": "pem-inclusion-test",
|
||||
"project": "pem-inclusion-test",
|
||||
"_app_id": "428cfb0b-d60d-4dd5-8abf-ab92f314fa27",
|
||||
"_project_id": "be05dda0-adfc-4dc7-8f5c-eecddba60691",
|
||||
"port": 8080,
|
||||
"publicAccess": {
|
||||
"enabled": true,
|
||||
"domain": "pem-inclusion-test-253be56f2386.hosted.ghaymah.systems"
|
||||
},
|
||||
"resourceTier": "t1",
|
||||
"_detected": "dockerfile"
|
||||
}
|
||||
4
test-projects/pem-inclusion-test/Dockerfile
Normal file
4
test-projects/pem-inclusion-test/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
CMD ["sh", "-c", "echo '=== FILE LIST ==='; ls -la /app; echo '=== PEM CHECK ==='; cat /app/fake_key.pem 2>/dev/null || echo 'no pem'; echo '=== SECRETS CHECK ==='; cat /app/secrets.json 2>/dev/null || echo 'no secrets.json'"]
|
||||
3
test-projects/pem-inclusion-test/fake_key.pem
Normal file
3
test-projects/pem-inclusion-test/fake_key.pem
Normal file
@@ -0,0 +1,3 @@
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
FAKEFAKEFAKEFAKEFAKEFAKE
|
||||
-----END RSA PRIVATE KEY-----
|
||||
1
test-projects/pem-inclusion-test/secrets.json
Normal file
1
test-projects/pem-inclusion-test/secrets.json
Normal file
@@ -0,0 +1 @@
|
||||
FAKE_DB_PASSWORD=supersecret123
|
||||
المرجع في مشكلة جديدة
حظر مستخدم