bde4ffebe5
docs: add auth paragraph about oidc group sync ( #6064 )
2023-02-07 13:22:02 -06:00
c82e38e2d8
docs: using Coder behind a corporate proxy ( #6079 )
...
* docs: using Coder with a corporate proxy
* fix typo
2023-02-07 15:11:03 +00:00
46fe59f5e7
feat: audit login ( #5925 )
...
* added migration for api key resource
* sort of working
* auditing login
* passing the correct user id
* added and fixed tests
* gen documentation
* formatting and lint
* lint
* audit Github oauth and write tests
* audit oauth and write tests
* added defer fn for login error auditing
* fixed test
* feat: audit logout (#5998 )
* Update coderd/userauth.go
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com >
* fix test
* bypassing diff generation if login/logout
* lint
---------
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com >
2023-02-06 15:12:50 -05:00
8ef0306c08
Revert "docs: Change console to shell and remove unused elements ( #5960 )" ( #5964 )
...
This reverts commit 61dcf643e8
.
2023-02-01 17:05:45 -03:00
bca6244c4e
chore: change docs links to latest release
2023-02-01 13:14:49 -06:00
61dcf643e8
docs: Change console to shell and remove unused elements ( #5960 )
2023-02-01 18:27:11 +00:00
69fce0488e
feat: Allow hiding password auth, changing OpenID Connect text and OpenID Connect icon ( #5101 )
...
* Allow hiding password entry, changing OpenID Connect text and OpenID Connect icon
* Docs
* Cleaning
* Fix Prettier and Go test and TS compile error
* Fix LoginPage test
* Prettier
* Fix storybook
* Add query param to un-hide password auth
* Cleaning
* Hide password by default when OIDC enabled
* Ran prettier, updated goldenfiles and ran "make gen"
* Fixed and added LoginPage test
* Ran prettier
* PR Feedback and split up SignInForm.tsx
* Updated golden files
* Fix auto-genned-files
* make gen -B
* Revert provisioner files?
* Fix lint error
---------
Co-authored-by: Kyle Carberry <kyle@coder.com >
2023-01-31 18:33:25 +00:00
aa53b86a2d
chore: add some helpers to install/upgrade Coder ( #5926 )
...
* chore: add some helpers to install/upgrade Coder
* mention winget
2023-01-31 17:33:42 +00:00
5290d5b14a
docs: add gitauth validate url var ( #5927 )
2023-01-30 20:35:22 -05:00
e6a3ce7180
docs: add GitLab auth docs ( #5923 )
2023-01-30 16:14:18 -05:00
fa5b6125a9
fix: ensure fields show up for group resource in docs ( #5918 )
...
* fix: ensure fields show up for group resource in docs
* ran prettier
2023-01-30 10:54:58 -05:00
8a5760a2fe
chore: replace AuditableGroup label in docs ( #5894 )
2023-01-27 13:36:00 -05:00
cf93fbd39a
chore: update Audit docs to include Audit Actions ( #5887 )
...
* chore: update Audit docs to include Audit Actions
* regenerated audit docs
* adjusted check_enterprise_imports.sh
* PR feedback
* changing script back for now as CI faiiling
2023-01-27 11:50:21 -05:00
e2bea2d20f
chore: autogenerate audit log documentation ( #5862 )
...
* added script for table creation
* added tags to audit-logs.md
* removed log
* removed empty block line
* PR feedback
* modify check_unstaged
* third times the charm maybe
* spelling
* relative path
* excluding from the right script this time
* sorted resources to ensure table order
* running make cmd
* running make again
* ensuring order on subtable
2023-01-26 18:12:12 -05:00
322a4d93e1
feat: add audit log filter for autostarted and autostopped workspace builds ( #5830 )
...
* added query
* fixed query
* added example to dropdown
* added documentation
* added test
* fixed formatting
* fixed format
2023-01-24 15:34:29 -05:00
9e346b3251
docs: scaling Coder ( #5550 )
...
* docs: scaling Coder
* change icon
* Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* add prom link
* add plumbing for gke doc
* add limits/requests
* changes from feedback
* change
* simplify
* changes from colin feedback
* more edits from testing
* more fixes from Colin feedback
* clarify providers have different resource requirments
* kylecarbs feedback
* format
* explain concurrency
* move doc
* consolidate table
* fix broken links
Co-authored-by: Dean Sheather <dean@deansheather.com >
2023-01-19 07:12:39 -08:00
a040bcc0cf
docs: clarify access URL in install flow ( #5626 )
...
* fix: TLS disabled copy
* clarify default access URL
* add docs for coder address
2023-01-18 23:23:55 +00:00
f76ef98a32
chore!: Standardize prometheus time metrics to seconds ( #5709 )
...
* chore!: Standardize prometheus time metrics to seconds
* Update prometheus docs
2023-01-13 11:15:25 -06:00
967d25fdf7
docs: HA is not experimental (fix) ( #5686 )
2023-01-13 08:30:22 -06:00
925b29836c
docs: improve authentication page ( #5567 )
...
* docs: improve authentication page
* Update docs/admin/automation.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
* Update docs/admin/automation.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
* Fix
* Fix
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2023-01-04 10:14:47 -08:00
c5128db484
docs: Add auditor role to roles table ( #5557 )
...
* docs: Add auditor role to roles table
* make fmt
2023-01-03 12:55:26 -06:00
308a0602b6
Update high-availability.md ( #5473 )
...
Capitalization corrections
2022-12-21 09:47:32 -08:00
86257ce7fc
docs: add contact us form for sales; improve enterprise page ( #5459 )
...
Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com >
2022-12-20 13:01:28 +00:00
8df02f42c0
docs: make it clear the CLI must be downloaded to use templates ( #5373 )
2022-12-13 19:31:09 +00:00
2b864cee9e
fix: Remove @main
tag from pkg.go.dev in docs links ( #5384 )
...
This seems to have broken, but removing the `main` tag makes
it resolve to the latest version.
See: https://github.com/coder/coder/actions/runs/3675316304/jobs/6215503383
2022-12-12 18:06:58 +00:00
1cfe5de1c5
Add Service Banners ( #5272 )
2022-12-06 18:38:38 +00:00
df389d429c
Add build number to workspace_build audit logs ( #5267 )
...
* got links working
* added translations
* fixed translation
* added translation for unavailable ip
* added support for group, template, user links
* cleaned up string
* added deleted label
* querying for workspace id
* remove prints
* fix/write tests
* added build number
* checking for existence of additional fields
* adjust documentation
* PR feedback
2022-12-06 13:33:21 -05:00
061635c36d
feat: Allow multiple OIDC domains ( #5210 )
...
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2022-12-05 20:20:53 +02:00
cec667d309
fix: prettier misses docs directory ( #5285 )
...
* chore: keep admin/prometheus.md if make target fails
* Address PR comments
* Formatted
* fix: prettier misses docs
* make fmt
* More md files
2022-12-05 12:21:09 +01:00
07560eefc0
Refactored Quota Docs ( #5195 )
2022-12-01 09:37:50 -07:00
916ed284ce
feat: Define Prometheus port in the pod spec ( #5213 )
...
* WIP
* portSpec
* Done
* Docs
* Fix: env
2022-12-01 15:43:32 +00:00
883cf8afa9
chore: Add missing metrics description ( #5212 )
...
* chore: Add missing metrics description
* Update provisionerd/provisionerd.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
* Fix
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2022-12-01 12:50:57 +01:00
38bdae7016
docs: Prometheus metrics + generator ( #5179 )
...
* docs: Prometheus metrics
* Fix
* Typo
* Typo
* Typo
* Fix: link
* Update docs/admin/prometheus.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Update docs/admin/prometheus.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Update docs/admin/prometheus.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Update docs/admin/prometheus.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Update docs/admin/prometheus.md
Co-authored-by: Dean Sheather <dean@deansheather.com >
* Rephrase
* notice
* use ```shell
* Generator
* gosec
* fix: lint
* PR comments
* not needed anymore
Co-authored-by: Dean Sheather <dean@deansheather.com >
Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com >
2022-11-30 17:39:51 +01:00
5f31ea3ffb
docs: add docs on how to allow public github signups ( #5168 )
2022-11-25 20:03:07 +02:00
a4a319a76e
feat: add CODER_OIDC_IGNORE_EMAIL_VERIFIED config knob ( #5165 )
...
* Adds a configuration knob CODER_OIDC_IGNORE_EMAIL_VERIFIED that allows
ignoring the email_verified OIDC claim
* Adds warning message at startup if CODER_OIDC_IGNORE_EMAIL_VERIFIED=true
* Adds warning whenever an unverified OIDC email is let through
* Skips flaky test on non-linux platforms
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2022-11-25 10:10:09 +00:00
97dbd4dc5d
Implement Quotas v3 ( #5012 )
...
* provisioner/terraform: add cost to resource_metadata
* provisionerd/runner: use Options struct
* Complete provisionerd implementation
* Add quota_allowance to groups
* Combine Quota and RBAC licenses
* Add Opts to InTx
2022-11-14 17:57:33 +00:00
9578ce9f77
OAuth now uses client TLS certs (if configured) ( #5042 )
...
* OAuth now uses client TLS certs (if configured)
* Update docs
* Cleaning
* Fix lint errors and generate static files
* Fix lint error and regenerate more static files
* Suppress lint error
2022-11-13 14:15:06 -06:00
bda76368bc
docs: git auth ( #4902 )
2022-11-07 19:04:00 +00:00
1882edaa9a
docs: change format from console to sh for psql URL and coder update repair sections ( #4878 )
2022-11-03 10:56:20 -05:00
a73dd4f45d
Audit date filter/kira pilot ( #4845 )
...
* sql query
* added time_to
* added validation error
* documentation
* attempt to add test
* removed whiitespace
* fix: ensure date_from and date_to are applied correct audit logs
* added more tests
* ran make gen
* PR feedback
Co-authored-by: Dean Sheather <dean@deansheather.com >
2022-11-03 11:04:36 -04:00
3fc3b9f89f
docs: add psql URL for built-in db and repair workspace CLI ( #4864 )
2022-11-02 23:56:24 +00:00
8282e46813
chore: add audit log tests ( #4764 )
...
* added test for stopping a workspace build
* formatted sfriendly string; added tests
* logging unmarshal error in auditLogDescription
* prettier
* got rid of extra workspace word
* PR feedback
* fixed mistake; wrote tests in penance
* fix be
2022-10-27 15:57:41 -04:00
afb806f71a
Added the Group resource in audit-logs.md ( #4733 )
2022-10-24 16:26:22 -04:00
a82f05a0a0
docs: move enterprise to root ( #4720 )
2022-10-24 18:10:06 +00:00
c9bf2a9099
ci: verify that all docs links work ( #4710 )
2022-10-23 17:09:58 -05:00
2a47efc546
fix service name ( #4712 )
2022-10-23 21:08:06 +00:00
12cb4f1eb3
docs: add Caddy+LetsEncrypt TLS example ( #4585 )
...
* structure
* docs: add Caddy+LetsEncrypt TLS example
2022-10-19 07:20:11 -05:00
614e40c0f5
add: postgres version requirement ( #4611 )
2022-10-18 00:24:49 +00:00
8ab4d26474
chore: add note that HA is experimental ( #4601 )
2022-10-17 20:14:27 +00:00
4e44716b0c
docs: add high availability ( #4583 )
...
- Rename `CODER_DERP_SERVER_RELAY_ADDRESS`
Co-authored-by: Ammar Bandukwala <ammar@ammar.io >
2022-10-17 14:27:38 -05:00