|
290 | 290 | "children": [
|
291 | 291 | {
|
292 | 292 | "title": "Up to 1,000 Users",
|
| 293 | + "description": "Hardware specifications and architecture guidance for Coder deployments that support up to 1,000 users", |
293 | 294 | "path": "./admin/infrastructure/validated-architectures/1k-users.md"
|
294 | 295 | },
|
295 | 296 | {
|
296 | 297 | "title": "Up to 2,000 Users",
|
| 298 | + "description": "Hardware specifications and architecture guidance for Coder deployments that support up to 2,000 users", |
297 | 299 | "path": "./admin/infrastructure/validated-architectures/2k-users.md"
|
298 | 300 | },
|
299 | 301 | {
|
300 | 302 | "title": "Up to 3,000 Users",
|
| 303 | + "description": "Enterprise-scale architecture recommendations for Coder deployments that support up to 3,000 users", |
301 | 304 | "path": "./admin/infrastructure/validated-architectures/3k-users.md"
|
302 | 305 | }
|
303 | 306 | ]
|
|
327 | 330 | "children": [
|
328 | 331 | {
|
329 | 332 | "title": "OIDC Authentication",
|
| 333 | + "description": "Configure OpenID Connect authentication with identity providers like Okta or Active Directory", |
330 | 334 | "path": "./admin/users/oidc-auth.md"
|
331 | 335 | },
|
332 | 336 | {
|
333 | 337 | "title": "GitHub Authentication",
|
| 338 | + "description": "Set up authentication through GitHub OAuth to enable secure user login and sign-up", |
334 | 339 | "path": "./admin/users/github-auth.md"
|
335 | 340 | },
|
336 | 341 | {
|
337 | 342 | "title": "Password Authentication",
|
| 343 | + "description": "Manage username/password authentication settings and user password reset workflows", |
338 | 344 | "path": "./admin/users/password-auth.md"
|
339 | 345 | },
|
340 | 346 | {
|
341 | 347 | "title": "Headless Authentication",
|
| 348 | + "description": "Create and manage non-interactive user accounts for automated systems and API integrations", |
342 | 349 | "path": "./admin/users/headless-auth.md"
|
343 | 350 | },
|
344 | 351 | {
|
345 | 352 | "title": "Groups \u0026 Roles",
|
| 353 | + "description": "Manage access control with user groups and role-based permissions for Coder resources", |
346 | 354 | "path": "./admin/users/groups-roles.md",
|
347 | 355 | "state": ["premium"]
|
348 | 356 | },
|
349 | 357 | {
|
350 | 358 | "title": "IdP Sync",
|
| 359 | + "description": "Synchronize user groups, roles, and organizations from your identity provider to Coder", |
351 | 360 | "path": "./admin/users/idp-sync.md",
|
352 | 361 | "state": ["premium"]
|
353 | 362 | },
|
354 | 363 | {
|
355 | 364 | "title": "Organizations",
|
| 365 | + "description": "Segment and isolate resources by creating separate organizations for different teams or projects", |
356 | 366 | "path": "./admin/users/organizations.md",
|
357 | 367 | "state": ["premium"]
|
358 | 368 | },
|
359 | 369 | {
|
360 | 370 | "title": "Quotas",
|
| 371 | + "description": "Control resource usage by implementing workspace budgets and credit-based cost management", |
361 | 372 | "path": "./admin/users/quotas.md",
|
362 | 373 | "state": ["premium"]
|
363 | 374 | },
|
364 | 375 | {
|
365 | 376 | "title": "Sessions \u0026 API Tokens",
|
| 377 | + "description": "Manage authentication tokens for API access and configure session duration policies", |
366 | 378 | "path": "./admin/users/sessions-tokens.md"
|
367 | 379 | }
|
368 | 380 | ]
|
|
0 commit comments