Jeffrey

Results 37 comments of Jeffrey

Hi @rmarting and @ashokponkumar, I just applied for the `CNCF Konveyor: Move2Kube Allow customizations to be added as remote git repo path` as a mentee. Looking forward to making meaningful...

I'd love to work on this, please assign to me

Please assign to me, I'd love to work on this

Alright @vishal423 I'll address both issues. Thank you for your patience.

async function loginByApi(request, username, password) { const loginResponse = await request.get('api/authenticate', { form: true, body: { username, password, 'remember-me': true, } }); expect(loginResponse.status()).toEqual(200); const csrfCookie = loginResponse.headers()['set-cookie'].split(';')[0].split('=')[1]; console.log(username); console.log(password); const...

> @c0d33ngr, do you plan to continue on this PR? Yes I intend on doing so.

> @c0d33ngr, Thanks. Lets scope test scenarios excluding `entity` in this PR. Let me know if you also want to scope authentication type (between `JWT`, `Session`, `OAuth2`) in this initial...

> @c0d33ngr, Thanks. Lets scope test scenarios excluding `entity` in this PR. Let me know if you also want to scope authentication type (between `JWT`, `Session`, `OAuth2`) in this initial...