-
Notifications
You must be signed in to change notification settings - Fork 17
Implemented get user's access token by loginId #269
Conversation
Signed-off-by: Aashir Siddiqui <[email protected]>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-extensions-pr-269-5t92l for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-extensions-pr-269-d5jx7 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Aashir Siddiqui <[email protected]>
Build successful |
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Outdated
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Outdated
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Outdated
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good first pass. Impressive. Some improvements I'd like to see though. Happy to discuss further as required.
Signed-off-by: Aashir Siddiqui <[email protected]>
Signed-off-by: Aashir Siddiqui <[email protected]>
Signed-off-by: Aashir Siddiqui <[email protected]>
Signed-off-by: Aashir Siddiqui <[email protected]>
Signed-off-by: Aashir Siddiqui <[email protected]>
Build successful |
Signed-off-by: Aashir Siddiqui <[email protected]>
Build successful |
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...rent/dev.galasa.auth.couchdb/src/test/java/dev/galasa/auth/couchdb/TestCouchdbAuthStore.java
Show resolved
Hide resolved
...galasa.auth.couchdb/src/test/java/dev/galasa/auth/couchdb/TestCouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Aashir Siddiqui <[email protected]>
Signed-off-by: Aashir Siddiqui <[email protected]>
Signed-off-by: Aashir Siddiqui <[email protected]>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-extensions-pr-269-c4szg for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Aashir Siddiqui <[email protected]>
Build successful |
...a.auth.couchdb/src/main/java/dev/galasa/auth/couchdb/internal/CouchdbAuthStoreValidator.java
Outdated
Show resolved
Hide resolved
...src/main/java/dev/galasa/auth/couchdb/internal/RetryableCouchdbUpdateOperationProcessor.java
Outdated
Show resolved
Hide resolved
...v.galasa.ras.couchdb/src/main/java/dev/galasa/ras/couchdb/internal/CouchdbValidatorImpl.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved subject to those few changes I suggested.
Why
This change will access couchdb and will get filtered access tokens based on the loginId provided.
Signed-off-by: Aashir Siddiqui [email protected]