Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ spec:
name: agents-login-internal
key: token
optional: true
# Bearer the worker presents when posting captured credentials to
# /api/v1/internal/credentials. Same shared secret as INTERNAL_TOKEN;
# without it the ingest filter has no expected token and 401s.
- name: CREDENTIAL_INGEST_BEARER
valueFrom:
secretKeyRef:
name: agents-login-internal
key: token
optional: true
ports:
- containerPort: 8082
name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,15 @@ spec:
name: agents-login-internal
key: token
optional: true
# Bearer the worker presents when posting captured credentials to
# /api/v1/internal/credentials. Same shared secret as INTERNAL_TOKEN;
# without it the ingest filter has no expected token and 401s.
- name: CREDENTIAL_INGEST_BEARER
valueFrom:
secretKeyRef:
name: agents-login-internal
key: token
optional: true
ports:
- containerPort: 8082
name: http
Expand Down