UI showing warning about admin secret being unset while it is set
See original GitHub issueVersion Information
Server Version: CLI Version (for CLI related issue): v2.14.0
Environment
OSS
What is the current behaviour?
UI shows a little icon on the header indicating a warning with this text:
This graphql endpoint is public and you should add an admin-secretThis graphql endpoint is public and you should add an admin-secret
What is the expected behaviour?
No warning as the admin secret is set (see logs).
Screenshots or Screencast

Please provide any traces or logs that could help here.
{
"detail": {
"info": {
"admin_secret_set": true,
"auth_hook": null,
"auth_hook_mode": null,
"console_assets_dir": null,
"console_sentry_dsn": null,
"cors_config": {
"allowed_origins": "*",
"disabled": false,
"ws_read_cookie": null
},
"enable_allowlist": false,
"enable_console": false,
"enable_maintenance_mode": false,
"enable_metadata_query_logging": false,
"enable_telemetry": true,
"enabled_apis": [
"pgdump",
"metadata",
"developer",
"graphql"
],
"enabled_log_types": [
"startup",
"webhook-log",
"http-log",
"websocket-log"
],
"events_fetch_batch_size": 100,
"experimental_features": [],
"graceful_shutdown_timeout": 60,
"infer_function_permissions": true,
"jwt_secret": [
{
"audience": null,
"claims_format": "json",
"claims_namespace": "https://hasura.io/jwt/claims",
"header": null,
"issuer": null,
"key": "<JWK REDACTED>",
"type": "<TYPE REDACTED>"
}
],
"live_query_options": {
"batch_size": 100,
"refetch_delay": 1
},
"log_level": "info",
"port": 8080,
"remote_schema_permissions": true,
"server_host": "HostAny",
"stringify_numeric_types": false,
"transaction_isolation": "ISOLATION LEVEL READ COMMITTED",
"unauth_role": null,
"use_prepared_statements": true,
"v1-boolean-null-collapse": false,
"websocket_compression_options": "NoCompression",
"websocket_connection_init_timeout": "Refined (Seconds {seconds = 3s})",
"websocket_keep_alive": "KeepAliveDelay {unKeepAliveDelay = Refined (Seconds {seconds = 5s})}"
},
"kind": "server_configuration"
},
"level": "info",
"timestamp": "2022-11-02T16:23:31.748+0000",
"type": "startup"
}
Any possible solutions/workarounds you’re aware of?
Possible reason is how detection is done, the container is running in ECS and the access key is set via a secret.
Keywords
admin secret
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Deadline Secrets Management
Clients can request storage of secrets not in the Administrator Secret Access Level, and can retrieve secrets from all namespaces when authenticating through ......
Read more >Bootstrap Password | Rancher Manager
The admin needs to run those commands and log in with the bootstrap password. Then Rancher gives the admin an opportunity to reset...
Read more >Reset the vRealize Operations Administrator Password from ...
In the Change Administrator Password section, enter the current password, and enter the new password twice to ensure its accuracy. Note: You ...
Read more >argo-cd/faq.md at master - GitHub
I've configured cluster secret but it does not show up in CLI/UI, how do I fix it? Check if cluster secret has argocd.argoproj.io/secret-type:...
Read more >UI policies - Product Documentation | ServiceNow
UI policies dynamically change the behavior of information on a form and control custom process flows for tasks.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We have the same issue in v2.15
We have identified root cause of the issue. Please wait for an update for the fix.