sourcegraph/cmd
Shivasurya 1aab8b3bde
[Backport 5.2] security: Update access token format (#56772) (#58682)
* security: Update access token format (#56772)

Implement RFC 837 https://docs.google.com/document/d/1aC4gHB8Q5lurwVhc8SCxznR0blNJMKo7yIkpP7WShno/edit.

This change will update our access token format to `sgp_<instance_identifier>_<40_char_access_token>`, allowing access tokens to be securely tied back to instances

This will initially be disabled behind a feature flag until Cody extension updates have been rolled out to users.

(cherry picked from commit 6d604319bc)

* Remove Access Token Format Change Feature Flag (#58534)

* Removed feature flag for access token format change

* fix testcase

(cherry picked from commit f21c04dd7e)

---------

Co-authored-by: Will Dollman <will.dollman@sourcegraph.com>
2023-11-30 20:59:38 +01:00
..
batcheshelper Move batcheshelper out of enterprise (#54923) 2023-07-13 19:46:09 +02:00
blobstore uploadstore: list with prefix (#56538) 2023-09-15 14:49:02 +02:00
bundled-executor Build bundled-executor with shell build tag again (#55792) 2023-08-11 21:39:32 +02:00
cody-gateway [Backport 5.2] requestinteraction: add X-Sourcegraph-Interaction-ID propagation (#58512) 2023-11-22 17:01:03 -08:00
executor Move executor-kubernetes out of enterprise (#56449) 2023-09-08 16:24:05 +02:00
executor-kubernetes Move executor-kubernetes out of enterprise (#56449) 2023-09-08 16:24:05 +02:00
frontend [Backport 5.2] security: Update access token format (#56772) (#58682) 2023-11-30 20:59:38 +01:00
github-proxy app: Move out of enterprise and merge with cmd/sourcegraph-oss (#56447) 2023-09-08 16:23:46 +02:00
gitserver [Backport 5.2] requestinteraction: add X-Sourcegraph-Interaction-ID propagation (#58512) 2023-11-22 17:01:03 -08:00
loadtest bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
migrator release-branch: v5.2.0 bake constants and static content (#57264) 2023-10-02 19:37:31 +00:00
pings pings: pass down request context to Ping methods (#56731) 2023-09-19 17:38:38 +02:00
precise-code-intel-worker app: Move out of enterprise and merge with cmd/sourcegraph-oss (#56447) 2023-09-08 16:23:46 +02:00
repo-updater [Backport 5.2] Add options to configure internal repo handling for GitLab (#58012) 2023-11-01 08:27:24 +00:00
searcher [Backport 5.2] grpc: searcher: change file_path and content type to be bytes instead of string (#57274) 2023-10-04 09:22:44 -04:00
server Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00
sitemap Include the last sub-sitemap in the sitemap index (#56526) 2023-09-14 09:13:57 +09:00
sourcegraph update code references to "Sourcegraph App" -> "Cody App" (#56747) 2023-09-19 12:31:12 -10:00
symbols [Backport 5.2] squirrel: Re-enable code nav for .pcc/.pc files (#58191) 2023-11-08 09:17:32 -05:00
telemetry-gateway [Backport 5.2] telemetry: support float64 attributes (#58643) (#58660) 2023-11-29 17:05:20 +00:00
worker [Backport 5.2] sec: add deny list for external http requests (#58162) (#58528) 2023-11-29 15:10:53 +01:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.