IndexController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\Web\App\IndexController" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_index" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#487 -supports: false -passport: null -duration: null -stub: "App\Security\Auth\LoginAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\Auth\LoginAuthenticator {#381 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#492 -supports: false -passport: null -duration: null -stub: "App\Security\Auth\AppleAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\Auth\AppleAuthenticator {#494 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#489 -supports: false -passport: null -duration: null -stub: "App\Security\Auth\GoogleAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\Auth\GoogleAuthenticator {#491 …} } ] |
| _stopwatch_token | "cea040" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| host | "stage.teltonika-sec.com" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-amzn-trace-id | "Root=1-6a041cf0-788f03e433b370df252583a2" |
| x-forwarded-for | "216.73.217.95" |
| x-forwarded-port | "443" |
| x-forwarded-proto | "https" |
| x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Wed, 13 May 2026 06:40:48 GMT" |
| x-debug-token | "55500d" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 1
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
1
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 378
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/app/src/Controller/Web/App/IndexController.php"
"line" => 16
"function" => "getUser"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "__invoke"
"class" => "App\Controller\Web\App\IndexController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php"
"line" => 50
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"function" => "{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():40}"
"class" => "Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php"
"line" => 57
"function" => "frankenphp_handle_request"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 5
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_SHARE_DIR | "var/share" |
| AUDIT_VIEWER_PASSWORD | "change-me-in-env-local" |
| AUDIT_VIEWER_USERNAME | "audit-viewer" |
| DEFAULT_URI | "http://localhost" |
| EMAIL_VERIFICATION_CODE_LENGTH | "7" |
| EMAIL_VERIFICATION_FROM_EMAIL | "no-reply@example.test" |
| EMAIL_VERIFICATION_MAX_FAILED_ATTEMPTS | "10" |
| EMAIL_VERIFICATION_TTL_SECONDS | "3600" |
| LOCK_DSN | "flock" |
| MAILER_DSN | "smtp://mailer:1025" |
| MESSENGER_EMAIL_VERIFICATION_TRANSPORT_DSN | "sync://" |
| OAUTH_ACCESS_TOKEN_TTL | "PT1H" |
| OAUTH_AUTH_CODE_TTL | "PT10M" |
| OAUTH_JWT_LEEWAY | "PT60S" |
| OAUTH_PRIVATE_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| OAUTH_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| OAUTH_REFRESH_TOKEN_TTL | "P30D" |
| PASSWORD_RESET_FROM_EMAIL | "no-reply@example.test" |
| PASSWORD_RESET_TTL_SECONDS | "3600" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_PROJECT_DIR | "/app" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_MODE | "web=1&worker=1" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/app" ] |
| APP_SECRET | "p8z+bxxSqmGKA7sj0hsJ9WtrAuIYisWfhSve6dIjU293sLMAqyuUkWDJFAZyAa6i" |
| APP_TRANSLATIONS_API_TOKEN | "Pd5kcz4O656638IqsvMcO5tNJ6bCzhQuRi76blCe5XuDxEqN1dPKQt7x6eGp3amL" |
| AUTH_TYPE | "" |
| AWS_CONTAINER_CREDENTIALS_RELATIVE_URI | "/v2/credentials/3d650abd-87bc-455c-930b-4ec5dd5a0989" |
| AWS_DEFAULT_REGION | "eu-north-1" |
| AWS_EXECUTION_ENV | "AWS_ECS_FARGATE" |
| AWS_REGION | "eu-north-1" |
| COMPOSER_ALLOW_SUPERUSER | "1" |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DATABASE_URL | "postgresql://mw_app:zySUB2Rqb4kysMZV%21Q3x2fA.sH3g@security-infrastructure-sandbox-data-postgres.ctw0w0kcg2oy.eu-north-1.rds.amazonaws.com:5432/middleware?serverVersion=16&charset=utf8" |
| DB_HOST | "security-infrastructure-sandbox-data-postgres.ctw0w0kcg2oy.eu-north-1.rds.amazonaws.com" |
| DB_NAME | "middleware" |
| DB_PASSWORD | "zySUB2Rqb4kysMZV!Q3x2fA.sH3g" |
| DB_PORT | "5432" |
| DB_USERNAME | "mw_app" |
| DOCUMENT_ROOT | "/app/public" |
| DOCUMENT_URI | "index.php" |
| ECS_AGENT_URI | "http://169.254.170.2/api/91dffa1a5db3409093b3b2a8a845bc6a-0946514567" |
| ECS_CONTAINER_METADATA_URI | "http://169.254.170.2/v3/91dffa1a5db3409093b3b2a8a845bc6a-0946514567" |
| ECS_CONTAINER_METADATA_URI_V4 | "http://169.254.170.2/v4/91dffa1a5db3409093b3b2a8a845bc6a-0946514567" |
| FRANKENPHP_WORKER | "1" |
| FRANKENPHP_WORKER_CONFIG | "watch" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GODEBUG | "cgocheck=0" |
| GPG_KEYS | "1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5" |
| HOME | "/root" |
| HOSTNAME | "ip-10-30-39-222.eu-north-1.compute.internal" |
| HTTPS | "" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_HOST | "stage.teltonika-sec.com" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_AMZN_TRACE_ID | "Root=1-6a041cf0-788f03e433b370df252583a2" |
| HTTP_X_FORWARDED_FOR | "216.73.217.95" |
| HTTP_X_FORWARDED_PORT | "443" |
| HTTP_X_FORWARDED_PROTO | "https" |
| OAUTH_APPLE_CLIENT_ID | "CHANGE_ME" |
| OAUTH_APPLE_KEY_FILE_ID | "CHANGE_ME" |
| OAUTH_APPLE_KEY_FILE_PATH | "CHANGE_ME" |
| OAUTH_APPLE_TEAM_ID | "CHANGE_ME" |
| OAUTH_ENCRYPTION_KEY | "91755855929f4ef31dffa7b0f4eb052c39448e956a14e26a627b5538a9d29ade" |
| OAUTH_GOOGLE_CLIENT_ID | "CHANGE_ME" |
| OAUTH_GOOGLE_CLIENT_SECRET | "CHANGE_ME" |
| OAUTH_PASSPHRASE | "M6izGFn/tP5a5kg6P2G54ac14rH3BDBxIFLjYmBmkr+nO/bUOvOBzszCmbwAu0bv" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PATH_INFO | "" |
| PHPIZE_DEPS | "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" |
| PHP_ASC_URL | "https://www.php.net/distributions/php-8.5.6.tar.xz.asc" |
| PHP_CFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| PHP_CPPFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| PHP_INI_DIR | "/usr/local/etc/php" |
| PHP_INI_SCAN_DIR | ":/usr/local/etc/php/app.conf.d" |
| PHP_LDFLAGS | "-Wl,-O1 -pie" |
| PHP_SELF | "/index.php" |
| PHP_SHA256 | "826c600b7c6f956bd335558ca3bdbcab23b22126c1cc8d9348be2280a2204bb7" |
| PHP_URL | "https://www.php.net/distributions/php-8.5.6.tar.xz" |
| PHP_VERSION | "8.5.6" |
| PWD | "/app" |
| QUERY_STRING | "" |
| REDIS_URL | "rediss://master.security-infrastructure-sandbox-data-red.hfengs.eun1.cache.amazonaws.com:6379" |
| REMOTE_ADDR | "10.30.48.14" |
| REMOTE_HOST | "10.30.48.14" |
| REMOTE_IDENT | "" |
| REMOTE_PORT | "26412" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1778654448 |
| REQUEST_TIME_FLOAT | 1778654448.2247 |
| REQUEST_URI | "/" |
| SCRIPT_FILENAME | "/app/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_NAME | "stage.teltonika-sec.com" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "FrankenPHP" |
| SSL_CIPHER | "" |
| SSL_PROTOCOL | "" |
| SYMFONY_DOTENV_PATH | "/app/.env" |
| SYMFONY_DOTENV_VARS | "APP_SHARE_DIR,DEFAULT_URI,MAILER_DSN,PASSWORD_RESET_FROM_EMAIL,PASSWORD_RESET_TTL_SECONDS,EMAIL_VERIFICATION_FROM_EMAIL,EMAIL_VERIFICATION_TTL_SECONDS,EMAIL_VERIFICATION_CODE_LENGTH,EMAIL_VERIFICATION_MAX_FAILED_ATTEMPTS,AUDIT_VIEWER_USERNAME,AUDIT_VIEWER_PASSWORD,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_ACCESS_TOKEN_TTL,OAUTH_REFRESH_TOKEN_TTL,OAUTH_AUTH_CODE_TTL,OAUTH_JWT_LEEWAY,MESSENGER_EMAIL_VERIFICATION_TRANSPORT_DSN,LOCK_DSN" |
| TRANSLATIONS_ADMIN_PASSWORD | "+kEgw7tmvPfbAET2/kIv0/oNhpt7qNLE" |
| TRANSLATIONS_ADMIN_USERNAME | "trans_admin_dev" |
| XDEBUG_MODE | "off" |
| XDG_CONFIG_HOME | "/config" |
| XDG_DATA_HOME | "/data" |