Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I’m using App Platform and I would like to commit my log forwarding configuration to source control. I’m using Logtail, so the configuration looks something like this:
services:
- name: MyService
log_destinations:
- logtail:
token: my-logtail-token
name: MyAppLogs
I would prefer to encrypt the Logtail token before committing it to source control, however, since I believe it’s basically an API auth token. I tried adding it as an application secret, like below, but I believe these secrets are only available at build and runtime, and cannot be injected into the configuration itself?
envs:
- key: LOGTAIL_TOKEN
scope: RUN_AND_BUILD_TIME
type: SECRET
value: EV[...]
...
services:
- name: MyService
log_destinations:
- logtail:
token: ${LOGTAIL_TOKEN}
name: MyAppLogs
Certainly, this didn’t seem to work.
Is there a way to accomplish what I’m trying to do? Thanks in advance.
a6309a057c3f4cb38fb2e7feb67236
KFSys
ef1ed44cc2154be3bcbb2d727878f8
Devs Neonetworks
1e6b823ea20d4cb189a34a922f5588
Telmo Valverde
erik-jan martens
Henry Mui
anthonycarreon
garantieheld
Marin