Skip to content

Update GDK Google Oauth instructions

Hunter Stewart requested to merge hustewart-main-patch-53383 into main

What does this Merge Request do and why?

Why

When I tried to follow the existing instructions I ran into an error while running gdk reconfigure

➜  gitlab-development-kit git:(main) gdk reconfigure
⚠️  WARNING: Loose file 'google_oauth_client_secret' is no longer supported.
ℹ️  Instead, set 'omniauth.google_oauth2.client_secret' in your gdk.yml.

After that, I discarded the newly created files from the existing instructions and moved the configuration to gdk.yml. After that, I was able to run gdk reconfigure with no errors.

What

  • remove echo > instructions that create new config files
  • add instructions for updating gdk.yml

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports