Skip to content
Snippets Groups Projects
Commit e76498c5 authored by 천 진강's avatar 천 진강
Browse files

feat: 토큰 발행

parent 0f0003d9
Branches
No related tags found
3 merge requests!15Feat/certificate,!6Feat/forwarding 포트포워딩 CRUD,!3Feat/auth 프로젝트 role 조회 api 추가
...@@ -29,6 +29,7 @@ dependencies { ...@@ -29,6 +29,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok' compileOnly 'org.projectlombok:lombok'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client' runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
runtimeOnly 'com.mysql:mysql-connector-j' runtimeOnly 'com.mysql:mysql-connector-j'
implementation 'org.pacesys:openstack4j:3.1.0'
annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
......
...@@ -65,11 +65,9 @@ public class AuthService { ...@@ -65,11 +65,9 @@ public class AuthService {
" ],\n" + " ],\n" +
" \"password\": {\n" + " \"password\": {\n" +
" \"user\": {\n" + " \"user\": {\n" +
" \"name\": \""+ id + "\",\n" +
" \"domain\": {\n" + " \"domain\": {\n" +
" \"name\": \"Default\"\n" + " \"name\": \"Default\"\n" +
" },\n" + " },\n" +
" \"password\": \"" + password + "\"\n" +
" }\n" + " }\n" +
" }\n" + " }\n" +
" }\n" + " }\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment