StatCan / aaw

Documentation for the Advanced Analytics Workspace Platform
https://statcan.github.io/aaw/
Other
69 stars 12 forks source link

Kubeflow profile created incorrectly: #1176

Closed Jose-Matsuda closed 2 years ago

Jose-Matsuda commented 2 years ago

For whatever reason in the automatic pr this happened https://github.com/StatCan/aaw-kubeflow-profiles/pull/65/files

local name = deil-accessibility;
local owners = [nick.newstead@cloud.statcan.ca];
local profile = import 'profile.libsonnet';

profile(name, owners)

Where our profile.libsonnet does not appear to support the owners variable at the moment leading to argocd complaining.

Change back to single owner and using double quotes "" around the email

also neeeds quotes around the name --> https://github.com/StatCan/aaw-kubeflow-profiles/commit/a241efe4fe252e3c636737147ef2359a06a1a85f

Resolution https://github.com/StatCan/aaw-kubeflow-profiles/pull/74

Jose-Matsuda commented 2 years ago

Closing as we fixed it but Nick will add what was done on the user end to hopefully see how the automation messed up this request.

nick-newstead commented 2 years ago

Steps to reproduce:

  1. Access site: https://www.statcan.gc.ca/data-analytics-service/aaw
  2. Sign in with cloud.statcan.ca account
  3. Reach "Your Azure account has been linked" page and complete the final step. I was unable to change the username which was simply firstname.lastname and entered my cloud.statcan.ca email as the email. In retrospect, I am wondering if this should be a different account from the cloud account
  4. Click the three vertical dots in the Kubeflow panel and select request namespace
  5. Enter the name for the requested namespace and send the request

If I view my profile on the page, it lists nick.newstead@cloud.statcan.ca as my contact email and nick.newstead as my Azure account which may be the issue. I am however unable to edit these details