GSA-TTS / FAC

GSA's Federal Audit Clearinghouse
Other
18 stars 5 forks source link

[HD]: dev secrets Document Mentioned in development.md is not publicly available #3974

Closed joffemd closed 3 weeks ago

joffemd commented 3 weeks ago

Zendesk link

n.a.

FAC components involved

What browser did the user report as using?

Chrome

Gdrive link

No response

What happened?

development.md includes the following: (Recommended) If you wish to use the shared Login.gov sandbox client application and credentials, you can obtain a valid DJANGO_SECRET_LOGIN_KEY from our shared dev secrets document

But the link to the dev secrets document is not available. I get a Google prompt to request access.

jadudm commented 3 weeks ago

Hi Mark,

As the documentation states:

If you wish to use your own Login.gov sandbox client application, follow Login.gov's documentation for setting up a test application. Once completed, open settings.py and set OIDC_PROVIDERS.login.gov.client_registration.client_id so that it matches the issuer string for your newly-created client application. NOTE: changes to the client_id should not be checked into version control!

For local experimentation, I recommend disabling authentication instead of trying to do the above. It would be difficult for you to setup a Login.gov sandbox and attempt to recreate the FAC in its entirety. Disabling authentication should allow you to proceed with your local experimentation.