Skip to content
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

Add page to admin interface for displaying the configured values in the config file #1636

Open
crowbot opened this issue Jun 24, 2014 · 2 comments · May be fixed by #8280
Open

Add page to admin interface for displaying the configured values in the config file #1636

crowbot opened this issue Jun 24, 2014 · 2 comments · May be fixed by #8280
Labels

Comments

@crowbot
Copy link
Member

crowbot commented Jun 24, 2014

Similar to what's in FMS.

@garethrees
Copy link
Member

Could add these to /admin/debug.

Not sure what to do about passwords. Maybe something like secrets.yml?

@garethrees
Copy link
Member

[14:58:26]  <dave_w>     sending the love to matthew for the /admin/config page in FMS, one of my all time fave New Features of FMS during my tenure \o/  — just used it again
[15:05:25]  <gareth>     dave_w / matthew we thought about doing that but it would expose secrets (e.g. DB creds) to admin users who don't Need To Know that info. Did you handle that somehow?
[15:09:57]  <struan>     gareth: the values displayed are specified in the template so it just doesn't show those
[15:10:14]  <gareth>     nice :)
[15:11:05]  <struan>     means you need to update the template when you add something to the config but that's hardly the worst thing in the world
[15:11:50]  <matthew>    and it does some specific things with specific values. https://github.com/mysociety/fixmystreet/blob/master/templates/web/base/admin/config_page.html is the template
[15:11:57]  <matthew>    it also prints out the git version which is handy
[15:12:59]  <matthew>    (live FMS is v1.5.2-40-g201d5cc == v1.5.2 tag, 40 commits later, hash 201d5cc)

@crowbot crowbot added 0 - backlog and removed bug Breaks expected functionality labels Sep 21, 2017
@garethrees garethrees added enhancement Adds new functionality f:admin and removed f:documentation labels May 26, 2018
garethrees added a commit that referenced this issue May 29, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
garethrees added a commit that referenced this issue Jun 14, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
garethrees added a commit that referenced this issue Jun 14, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
garethrees added a commit that referenced this issue Jun 14, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
garethrees added a commit that referenced this issue Jun 14, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
garethrees added a commit that referenced this issue Jul 18, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
garethrees added a commit that referenced this issue Jul 18, 2024
Makes it easier for less technical users to look up specific
configuration values – or indeed, save technical users opening an ssh
session.

Fixes #1636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants