@@ -13,14 +13,13 @@ We do not recommend using internal API endpoints for anything other than their i
13
13
14
14
** Intended Consumer:** Diego staging task completion callback
15
15
16
- ** Auth Mechanism:** MTLS + Basic Auth
17
-
16
+ ** Auth Mechanism:** mTLS
18
17
### POST /internal/v3/staging/: staging_guid /build_completed
19
18
** Description:** Marks build as completed or failed.
20
19
21
20
** Intended Consumer:** Diego staging task completion callback
22
21
23
- ** Auth Mechanism:** MTLS + Basic Auth
22
+ ** Auth Mechanism:** mTLS
24
23
25
24
### GET /internal/apps/: guid /ssh_access/: index
26
25
** Description:** Check if a user is able to ssh into a process container
@@ -34,49 +33,49 @@ We do not recommend using internal API endpoints for anything other than their i
34
33
35
34
** Intended Consumer:** ??? (Probably intended for Diego staging task, but it looks like they use direct download from the blobstore now)
36
35
37
- ** Auth Mechanism:** Basic Auth
36
+ ** Auth Mechanism:** mTLS
38
37
39
38
### GET /staging/packages/: guid
40
39
** Description:** Download a package if the blobstore is local (NFS server mounted on the CC)
41
40
42
41
** Intended Consumer:** Diego staging task
43
42
44
- ** Auth Mechanism:** Basic Auth
43
+ ** Auth Mechanism:** mTLS
45
44
46
45
### GET /staging/v3/droplets/: guid /download
47
46
** Description:** Download a droplet if the blobstore is local (NFS server mounted on the CC)
48
47
49
48
** Intended Consumer:** Diego running task or process
50
49
51
- ** Auth Mechanism:** Basic Auth
50
+ ** Auth Mechanism:** mTLS
52
51
53
52
### GET /staging/v3/buildpack_cache/: stack /: app_guid /download
54
53
** Description:** Download buildpack cache for a given stack and app combination
55
54
56
55
** Intended Consumer:** Diego staging task
57
56
58
- ** Auth Mechanism:** Basic Auth
57
+ ** Auth Mechanism:** mTLS
59
58
60
59
### GET /internal/v2/droplets/: guid /: droplet_checksum /download
61
60
** Description:** (Deprecated) Permalink for downloading a droplet. Use ` GET /internal/v4/droplets/:guid/:droplet_checksum/download ` instead.
62
61
63
62
** Intended Consumer:** Diego running task or process
64
63
65
- ** Auth Mechanism:** None (redirects to MTLS endpoint if CC is configured for MTLS)
64
+ ** Auth Mechanism:** mTLS
66
65
67
66
### GET /internal/v4/droplets/: guid /: droplet_checksum /download
68
67
** Description:** Permalink for downloading a droplet.
69
68
70
69
** Intended Consumer:** Diego running task or process
71
70
72
- ** Auth Mechanism:** MTLS
71
+ ** Auth Mechanism:** mTLS
73
72
74
73
### POST /internal/v4/apps/: process_guid /crashed
75
74
** Description:** Create crash audit event for process
76
75
77
76
** Intended Consumer:** TPS Watcher
78
77
79
- ** Auth Mechanism:** MTLS
78
+ ** Auth Mechanism:** mTLS
80
79
81
80
### GET /internal/v4/log_access/: app_guid
82
81
** Description:** Check if a user has access to the log stream for an app
@@ -90,60 +89,60 @@ We do not recommend using internal API endpoints for anything other than their i
90
89
91
90
** Intended Consumer:** Bits Service
92
91
93
- ** Auth Mechanism:** MTLS
92
+ ** Auth Mechanism:** mTLS
94
93
95
94
### GET /internal/v4/syslog_drain_urls
96
95
** Description:** Return list of syslog drain urls from logging services
97
96
98
97
** Intended Consumer:** Loggregator
99
98
100
- ** Auth Mechanism:** MTLS
99
+ ** Auth Mechanism:** mTLS
101
100
102
101
### GET /internal/v5/syslog_drain_urls
103
102
** Description:** Return list of syslog drain urls from logging services. Intends to replace v4 version.
104
103
105
104
** Intended Consumer:** Loggregator
106
105
107
- ** Auth Mechanism:** MTLS
106
+ ** Auth Mechanism:** mTLS
108
107
109
108
### POST /internal/v4/tasks/: task_guid /completed
110
109
** Description:** Marks task as complete
111
110
112
111
** Intended Consumer:** Application task running on Diego cell
113
112
114
- ** Auth Mechanism:** MTLS
113
+ ** Auth Mechanism:** mTLS
115
114
116
115
### POST /internal/v4/droplets/: guid /upload
117
116
** Description:** Uploads droplet
118
117
119
118
** Intended Consumer:** CC Uploader
120
119
121
- ** Auth Mechanism:** MTLS + Basic Auth
120
+ ** Auth Mechanism:** mTLS
122
121
123
122
### GET /internal/v4/staging_jobs/: guid
124
123
** Description:** Returns progress of droplet upload job
125
124
126
125
** Intended Consumer:** CC Uploader
127
126
128
- ** Auth Mechanism:** MTLS + Basic Auth
127
+ ** Auth Mechanism:** mTLS
129
128
130
129
### POST /internal/v4/buildpack_cache/: stack_name /: guid /upload
131
130
** Description:** Uploads buildpack cache for a stack name and app guid
132
131
133
132
** Intended Consumer:** CC Uploader
134
133
135
- ** Auth Mechanism:** MTLS + Basic Auth
134
+ ** Auth Mechanism:** mTLS
136
135
137
136
### POST /internal/v4/metrics
138
137
** Description:** Returns CAPI metrics
139
138
140
139
** Intended Consumer:** Prom Scraper
141
140
142
- ** Auth Mechanism:** MTLS
141
+ ** Auth Mechanism:** mTLS
143
142
144
143
### GET /internal/v4/asg_latest_update
145
144
** Description:** Returns timestamp of the last Application Security Group update
146
145
147
146
** Intended Consumer:** Diego
148
147
149
- ** Auth Mechanism:** MTLS
148
+ ** Auth Mechanism:** mTLS
0 commit comments