chen4119
7bf27336ef
feat(frontend): Parse JWT access token claims ( #5138 )
2022-06-13 07:12:06 -07:00
Aditya Radhakrishnan
fdf4e48495
feat(users): add ability to add native users from the UI ( #5097 )
...
Co-authored-by: John Joyce <john@acryl.io>
2022-06-08 18:13:22 -07:00
Karolis Kascenas
c392142294
feat(frontend) Allow overriding akka-max-header-value-length ( #5094 )
2022-06-06 16:35:33 -07:00
RyanHolstien
21715957c8
feat(oidc): add configurable read timeout ( #5088 )
2022-06-06 13:39:44 -07:00
piyushn-stripe
007af1bcf6
feat(frontend): Allow overriding frontend with a custom akka http server ( #5031 )
2022-05-31 17:35:23 -07:00
RyanHolstien
72eff249ad
chore(deps): play - upgrade for CVEs ( #4891 )
2022-05-10 16:15:53 -07:00
RyanHolstien
9422578e41
Revert "chore(deps): upgrade play to remove CVEs ( #4864 )" ( #4868 )
...
This reverts commit 84a026b1263ab91cd4010d905129a279523f413e.
2022-05-06 15:08:35 -07:00
RyanHolstien
84a026b126
chore(deps): upgrade play to remove CVEs ( #4864 )
2022-05-06 13:42:03 -07:00
RyanHolstien
ad7a92a098
Revert "chore(deps): upgrade play dependencies to remove CVE vulnerabilities ( #4820 )" ( #4861 )
...
This reverts commit fa4abeade750c487504976e13c7aad2789b9e49e.
2022-05-06 10:18:30 -07:00
RyanHolstien
fa4abeade7
chore(deps): upgrade play dependencies to remove CVE vulnerabilities ( #4820 )
2022-05-06 08:05:19 -07:00
John Joyce
c69310522b
feat(metadata service): Introducing Platform Events ( #4477 )
2022-03-29 18:32:04 -07:00
Kevin Neville
d8e6f890a9
fix: Replace old repository link with new link ( #4446 )
2022-03-18 14:12:19 -07:00
John Joyce
acf6eaaf1c
refactor(ui): Simplify process of adding user.props (w/ docs) ( #4296 )
2022-03-03 19:22:35 -08:00
Ravindra Lanka
1ac20ee764
feat(platform): add timeline api for dataset entity ( #4252 )
2022-02-24 19:40:55 -08:00
John Joyce
50b9aa8de8
make frontend debug logs richer ( #3967 )
2022-01-25 16:45:50 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! ( #3598 )
2021-11-22 16:33:14 -08:00
Dexter Lee
9172700585
fix(frontend): Add additional sasl config for kafka producer in datahub-frontend ( #3220 )
2021-09-15 18:08:54 -07:00
Dexter Lee
bf6c2dcf0f
fix(oidc): add more oidc config ( #3221 )
2021-09-10 16:57:28 -07:00
John Joyce
2c5edd88ab
feat(graphql): migrating GraphQL API to metadata-service (nee GMS) ( #3131 )
2021-08-20 10:58:07 -07:00
John Joyce
81eb4f19bf
feat(sso): Just-In-Time User & Group Provisioning on SSO Login (oidc) ( #3082 )
2021-08-20 07:42:18 -07:00
neojunjie
bc2e71e9d2
feat(frontend): logout with oidc ( #3049 )
...
Co-authored-by: junjie <Jjlchiam4e>
2021-08-15 22:19:44 -07:00
John Joyce
383bde18f5
chore(frontend): Remove unused files 1/4 ( #3014 )
2021-08-09 09:48:05 -07:00
Javier Sotelo
fcabd5ba91
fix(frontend): add support for SASL_KERBEROS_SERVICE_NAME & SASL_PLAINTEXT ( #3022 )
...
Co-authored-by: jsotelo <javier.sotelo@viasat.com>
2021-08-05 22:08:50 -07:00
Dexter Lee
acb638cb65
fix(analytics): Fix SSL issue with analytics on frontend ( #2840 )
2021-07-08 15:11:40 -07:00
John Joyce
050d940d58
feat(datahub-frontend): Adding basic file-based authentication to datahub-frontend ( #2818 )
2021-07-02 06:31:01 -07:00
John Joyce
942196e3c1
feat(logs): add thresholding, misc cleanup ( #2773 )
2021-06-25 11:51:59 -07:00
John Joyce
09cbc548a4
feat(logs): improve logging in GMS and datahub-frontend ( #2761 )
2021-06-25 10:56:45 -07:00
Thomas Larsson
c04f856b7d
fix(frontend): auth session ttl specified in hours instead of days. M… ( #2695 )
...
Fixes : #2680
Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-06-24 22:24:27 -07:00
Peter Mortier
a0579321b3
Add support for different oidc client authentication methods ( #2691 )
2021-06-16 09:19:47 -07:00
Thomas Larsson
61a8994bb6
fix(analytics): Support sasl authentication to kafka ( #2675 )
2021-06-10 12:10:13 -07:00
John Joyce
4d82ff8b62
feat(analytics): support configuration of Kafka SSL ( #2620 )
2021-05-27 16:37:57 -07:00
John Joyce
0cdadd810a
fix(react): disable analytics link display ( #2541 )
2021-05-12 09:36:40 -07:00
John Joyce
29832e5385
feat(Product Analytics): Introducing In-App Analytics Beta ( #2499 )
...
Co-authored-by: Harshal Sheth <harshal@acryl.io>
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2021-05-11 15:41:42 -07:00
John Joyce
08616cc610
feat(react): SSO support simple OIDC authentication ( #2190 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-03-11 13:38:35 -08:00
John Joyce
da1258c335
feat(GraphQL Mutation): Introducing updateDataset mutation ( #2091 )
...
* Introducing updateDataset mutation
* WritableType -> MutableType
* Add createdAt input
Co-authored-by: John Joyce <john@acryl.io>
2021-02-09 10:08:28 -08:00
John Joyce
4cdef602b4
Enable mutation only in frontend ( #2081 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-03 11:34:16 -08:00
John Joyce
50cec65f57
feat(GQL Queries): Productionalizing GraphQL Part 1: Dataset Query support + adding shared GraphQL module ( #2066 )
...
* Productionalizing GraphQL Part 1: Dataset Query support + introducing common datahub-graphql-core module.
Co-authored-by: John Joyce <jjoyce0510@gmail.com>
2021-01-22 15:44:00 -08:00
Kerem Sahin
57f81d488d
feat(data-platforms): adding rest resource for /dataPlatforms and mid-tier support ( #1817 )
...
* feat(data-platforms): Adding rest resource for /dataPlatforms and mid-tier support
* Removed data platforms which are Linkedin internal
2020-08-20 12:55:30 -07:00
Mars Lan
c43e119b3e
refactor: change the default log location ( #1667 )
...
The original location (/local/log) is not a commonly writable location on Mac & Linux.
The new default location also matches the default data location for docker containers.
2020-05-08 14:39:20 -07:00
Kerem Sahin
6863d09120
Fix wiki link
2020-02-03 11:50:29 -08:00
Kerem Sahin
0bc136da42
Enable people search
2020-01-30 13:38:34 -08:00
Kerem Sahin
0ff23e62d1
Set linkedin.internal flag to false to disable 2FA banner
2019-12-12 10:48:02 -08:00
Kerem Sahin
162d52a421
Updated DataHub wiki link conf
2019-09-17 16:30:37 -07:00
Ignacio Bona
2d4cd66354
Minor and conf fixes
2019-09-05 10:53:55 -07:00
Kerem Sahin
4eaf86c0dd
Rename environment variables for datahub-frontend
2019-09-04 20:29:36 -07:00
Kerem Sahin
23339df23a
Initial commit for Data Hub
2019-08-31 20:51:14 -07:00