Skip to content

Instantly share code, notes, and snippets.

View mesutpiskin's full-sized avatar
👀
I may be slow to respond.

Mesut Pişkin mesutpiskin

👀
I may be slow to respond.
View GitHub Profile
class ProductPurchasingStepDefinitions {
@Given("{string} kodlu kullanıcı oturum açmalıdır")
public void kullaniciOturumAcmalidir(String p1) {
User user = new User();
user.code = p1;
user.password = "****";
RestUtils.Post("http://localhost:8080/userservice/user/login", user);
}
apiVersion: v1
stringData:
KEYCLOAK_ROOT_USER: admin
KEYCLOAK_ROOT_PASSWORD: Password@1
KEYCLOAK_DB_USER: sa
KEYCLOAK_DB_PASSWORD: Password@1
kind: Secret
metadata:
name: keycloak-mssql
type: Opaque