Skip to content

Commit

Permalink
Sprint on profiles and add Keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanow committed Dec 26, 2024
1 parent 52da38b commit cb85a26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![CI](https://github.com/Romanow/micro-services-v2/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Romanow/micro-services-v2/actions/workflows/build.yml)
[![CI](https://github.com/Romanow/store-service/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Romanow/store-service/actions/workflows/build.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Release](https://img.shields.io/github/v/release/Romanow/micro-services-v2?logo=github&sort=semver)](https://github.com/Romanow/micro-services-v2/releases/latest)
[![Release](https://img.shields.io/github/v/release/Romanow/store-service?logo=github&sort=semver)](https://github.com/Romanow/store-service/releases/latest)
[![Store Service](https://img.shields.io/docker/pulls/romanowalex/store-service?logo=docker)](https://hub.docker.com/r/romanowalex/store-service)
[![License](https://img.shields.io/github/license/Romanow/micro-services-v2)](https://github.com/Romanow/micro-services-v2/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/Romanow/store-service)](https://github.com/Romanow/store-service/blob/master/LICENSE)

# Microservices

Expand Down
8 changes: 4 additions & 4 deletions tests/postman/local-environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
},
{
"key": "username",
"value": "program@mail.ru",
"value": "ronin@romanow-alex.ru",
"enabled": true
},
{
"key": "password",
"value": "test",
"value": "Qwerty123",
"type": "secret",
"enabled": true
},
{
"key": "clientId",
"value": "store",
"value": "pXrawhpoDM63b82A7fkiLvRIH81wgmH9",
"type": "secret",
"enabled": true
},
{
"key": "clientSecret",
"value": "kIrcBrIz9OvgnDKQEUAi8XsiI6ekzUZC",
"value": "LzQSxUOE2dmAUdgstWke4ngXUeZNLVczvSid7ZVV8HTegCRbOxchQtJ_23EuZ9_V",
"type": "secret",
"enabled": true
},
Expand Down

0 comments on commit cb85a26

Please sign in to comment.