Nityananda Gohain
c3951afdfd
fix: refactor auth package ( #7110 )
...
* fix: refactor auth package
* fix: minor changes
* fix: refactor jwt
* fix: add tests and address comments
* fix: address comments
* fix: add uncomitted file
* fix: address comments
* fix: update tests
2025-02-17 18:16:41 +05:30
Vibhu Pandey
7f39d8282c
(feature) multiple ingestion keys ( #4762 )
...
* feat(keys): add support for multiple ingestion keys
* ci(git): remove vendor/ from git
* feat(gateway): create a proxy for sending requests to the gateway
* fix(sqlite): remove keys schema
* fix(api): replace with constant
* fix(server): remove redundant options
* fix(server): remove redundant options
* test(gateway): add unit tests for gateway proxy
* ci(docker): update gateway url
* refactor(gateway): move gateway to api layer
* fix(manager): fix declared error in manager
* feat(testing): add a new testing docker-compose
* fix(license): revert to nil license since select will never return a norows error
* feat(gateway): add feature flags
* chore(server): add a logger
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-06-04 18:25:24 +05:30
Vishal Sharma
fe0ba5e3ba
fix: create PAT not null error ( #4613 )
...
* fix: create PAT not null error
allow all admins to view all pats
* fix: allow revoking of token by all admin users
2024-02-28 17:37:30 +05:30
Vishal Sharma
d11c1eb439
feat: api management ( #4557 )
...
* feat: api management
* chore: address review comments and typos
* chore: add sort and created by user object on create
* chore: replace expiresAt with expiresInDays for request body
2024-02-16 12:46:33 +05:30
Vishal Sharma
f56b5cb971
fix: createPAT method to return id ( #4078 )
...
Update token expiry validations
2023-12-13 17:05:59 +05:30
Vishal Sharma
7209ac0007
fix: login/precheck api in non-ee variant ( #3516 )
...
* fix: login/precheck api in non-ee variant
* fix: add return statement
* fix: make skip config empty
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-09-12 12:53:46 +05:30
Ahsan Barkati
eb2fe20025
Address review comments
2023-03-01 00:11:44 +05:30
Ahsan Barkati
797352583a
Create PAT supporting auth middleware
2023-03-01 00:11:44 +05:30
Ahsan Barkati
96267e2e3a
Add GetPAT function
2023-03-01 00:06:33 +05:30
Ahsan Barkati
388ef9453c
Add APIs for PAT
2023-03-01 00:06:33 +05:30
Amol Umbark
87932de668
[feat] ee/google auth implementation ( #1775 )
...
* [feat] initial version for google oauth
* chore: arranged the sso packages and added prepare request for google auth
* feat: added google auth config page and backend to handle the request
* chore: code cleanup for domain SSO parsing
* Update constants.go
* chore: moved redirect sso error
* chore: lint issue fixed with domain
* chore: added tooltip for enforce sso and few changes to auth domain
* chore: moved question mark in enforce sso
* fix: resolved pr review comments
* chore: fixed type check for saml config
* fix: fixed saml config form
* chore: added util for transformed form values to samlconfig
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-06 22:32:59 +05:30
Amol Umbark
9c4521b34a
feat: enterprise edition ( #1575 )
...
* feat: added license manager and feature flags
* feat: completed org domain api
* chore: checking in saml auth handler code
* feat: added signup with sso
* feat: added login support for admins
* feat: added pem support for certificate
* ci(build-workflow): 👷 include EE query-service
* fix: 🐛 update package name
* chore(ee): 🔧 LD_FLAGS related changes
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: nityanandagohain <nityanandagohain@gmail.com>
2022-10-06 20:13:30 +05:30