-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an operator, I want to remove cg-dashboard #1319
Comments
I think the AC here is overly-prescriptive of how to fix this. |
Will be blocked until the next stable release of Stratos. Ping Stratos to nudge them to cut a release. |
For reference, we need this merged PR cloudfoundry/stratos#4172, which we hope will be in the next stable Stratos release. |
@tammersaleh can we ping the Stratos team again? |
Here's the slack thread, and it looks like they just released the 3.1 RC, so hopefully the final release is just around the corner. If we don't see a final in a week, I think we should ping them. |
Given that we've had a few customer inquiries relating to this issue, wondering if we need to do any follow up or outreach when the change is made. |
That's a good point @mheadd. We could put up a blog post or announce in office hours. |
I've started taking a look at this and testing the flow in the new 3.1.0 Stratos dashboard we have deployed and sure enough, the PR on the Stratos side is merged and working. It also accounts for the security consideration we have noted: you cannot see all users in the system, you must drill down to a specific You cannot add new users directly in the dashboard either, a user must exist in the system in order to add them to another
An interesting thing happened with this, though: I could not see the newly created user in the organization, just the second user I had added. I suspect this might be because I added the first new user to the organization before logging in with them, which means the account wasn't fully setup/verified; this could be an issue and something to specifically call out in guide, if not also fix if need be. I took screenshots of what I had done and will test again with a fully set account to see if that user then shows up in the list in addition to the secondary added user. Thank you @bengerman13 for the help and answering my questions! |
It appears that the issue may have been that I didn't add my first new user as a This also explains why my own admin role wasn't showing up in the dashboard! I just confirmed this by assigning the |
Once the instructions are vetted and verified in cloud-gov/cg-site#1656, we ought to be able to send an updated notice about this to our customers that the new dashboard is ready to use and the old one will be retired. |
I have created a draft StatusPage notice. Please edit and provide feedback! |
StatusPage notice sent! Deprecation is set for 05/18/2020. |
This is now complete! Thank you @ChrisMcGowan and @bengerman13 for the help, I appreciate it! |
A bug in stratos is currently requiring us to continue to run cg-dashboard: cloudfoundry/stratos#4103
Once this issue is fixed, deployed and validated in cg, we should remove cg-dashboard.
Acceptance Criteria
AND stratos is updated in production with the bug fix
WHEN a user accesses dashboard-deprecated.fr.cloud.gov
AND looks in the docs for user management information
THEN they are redirected to stratos
AND the docs match stratos
Security considerations
be sure the stratos fix meets our needs. For example, a user should not be able to see and search for all users in a system. Instead, they should have to enter an exact username when setting a role.
Implementation sketch
The text was updated successfully, but these errors were encountered: