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

Create warning banner on non-prod IMS web clients #1366

Closed
srabraham opened this issue Nov 4, 2024 · 3 comments
Closed

Create warning banner on non-prod IMS web clients #1366

srabraham opened this issue Nov 4, 2024 · 3 comments
Assignees

Comments

@srabraham
Copy link
Member

srabraham commented Nov 4, 2024

Clubhouse has one of these, and it's a good idea to help users recognize prod from nonprod.

image
@srabraham
Copy link
Member Author

@wsanchez What do you think? I'll need a bit of help from you to make this happen, since the prod server would need to be able to identify itself as such.

e.g. if you're on board with this, could you add an imsd.conf entry/env variable like "IMS_ENVIRONMENT=prod" or similar? No rush on this.

I'd then add code here to read that value

@srabraham
Copy link
Member Author

Talking with @mikeburg, he's setting up an environment variable for this in AWS. I'll set up the server to look for this

IMS_DEPLOYMENT=Staging
IMS_DEPLOYMENT=Prod
IMS_DEPLOYMENT=Training

@srabraham
Copy link
Member Author

I made another little tweak here: #1397

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

No branches or pull requests

2 participants