Commit Graph

7 Commits

Author SHA1 Message Date
Aleksey Kashapov
4ad8fcac67
TD-799: Adds explicit woody dependency (#21) 2023-11-09 13:50:42 +03:00
Aleksey Kashapov
211f16c46f
TD-686: Adopts opentelemetry API (#19) 2023-10-26 13:45:45 +03:00
ttt161
e74f084f63
TD-642: fix with test-transaction (#13)
* fix key metadata

* fix bouncer context

* cleanup

* update swag and revert security to revoke

* TD-635: update code for new spec

* add vault client

* add tests

* fix style

* TD-642: fix revoke

* fix vault interaction

---------

Co-authored-by: anatoliy.losev <losto@nix>
2023-08-21 17:41:40 +03:00
ttt161
d9169e2bdd
Epic/td 651/deploy akm (#12)
* add logging

* debug

* debug

* fix auth context

* fix auth context

* maybe fix release

* fix release deps

* fix authority config

* fix auth context

* fix api_key entity

* fix mailer

* fix test

* debug revoke

* fix api_key entity

* debug auth context

* add entities to context

* debug revoke

* debug revoke

* debug revoke

* fix auth context

* debug email

* fix revoke

* fix auth context for revoke

* fix style

* delete headers from revoke method

* cleanup

---------

Co-authored-by: anatoliy.losev <losto@nix>
2023-08-07 11:46:13 +03:00
ndiezel0
6e02444fbd
TD-651: Implement RevokeApiKey (#8)
* TD-651: Implement RevokeApiKey

* Fix specs and checks

* Format

* Fix tests

* Add revoke

* Fix lint

* Add test

* TD-651: fix formatting

* TD-651: fix dialyzer checks

* TD-651: fix style

* TD-651: fix build

* TD-651: fix typo

* TD-651: fix formatting

* TD-651: implement revoke tokens

* TD-651: add party_id checking to sql query

* TD-651:fix sql migrations

---------

Co-authored-by: anatoliy.losev <losto@nix>
2023-07-21 14:40:50 +03:00
ttt161
ef01da5932
TD-643: getApiKey implementation (#5)
* TD-643: getApiKey implementation

* Update apps/akm/src/akm_apikeys_processing.erl

Co-authored-by: ndiezel0 <ndiezel0@gmail.com>

* Update apps/akm/src/akm_apikeys_processing.erl

Co-authored-by: ndiezel0 <ndiezel0@gmail.com>

* TD-643: add basic test

* TD-643: fix style

* TD-643: change compose

* TD-643: bump erlang

* TD-643: revert erlang

* TD-643: bump epgsql

* TD-643: fix tests

* Update Makefile

* Update Makefile

* TD-643: update Makefile

* Update Makefile

* Update Makefile

* TD-643: add migrations into tests

* Update Makefile

* TD-643: add debug

* TD-643: debug

* TD-643: debug

* Update Makefile

* TD-643: cleanup

* TD-643: fix tests

* TD-643: fix style

* TD-643: fix dialyzer warnings

* TD-643: fix style

---------

Co-authored-by: anatoliy.losev <losto@nix>
Co-authored-by: ndiezel0 <ndiezel0@gmail.com>
2023-07-03 10:14:41 +03:00
ndiezel0
670db5c97a
TD-635: Add Api Key Management implementation (#1)
* TD-635: Add Api Key Management implementation

* Start working issuing api keys

* IssueApiKey implementation

* Continue work on IssueApiKey

* Review fixes
2023-06-20 12:10:38 +05:00