Commit Graph

5 Commits

Author SHA1 Message Date
Aleksey Kashapov
211f16c46f
TD-686: Adopts opentelemetry API (#19) 2023-10-26 13:45:45 +03:00
ttt161
9c3e1f3968
TD-651: add secret and template (#10)
* TD-651: update template rendering

* TD-651: add vault client

* TD-651: delete vault client

* TD-651: cleanup

---------

Co-authored-by: anatoliy.losev <losto@nix>
2023-07-28 10:49:37 +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