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

Can't see link to policies in UI although rights are granted #6292

Closed
der-eismann opened this issue Feb 26, 2019 · 1 comment
Closed

Can't see link to policies in UI although rights are granted #6292

der-eismann opened this issue Feb 26, 2019 · 1 comment
Labels

Comments

@der-eismann
Copy link

Describe the bug
I created an admin policy with rights to access and edit policies and attached it to a group. Everyone in this group can access policies via CLI, but the menu is hidden in the UI.

To Reproduce

  1. Create admin policy from guide
  2. Create user
  3. Add user to group
  4. Attach admin policy to group

Expected behavior
Users in the admin group can see and edit policies in the UI.

Environment:

  • Vault Server Version (retrieve with vault status): 1.0.3
  • Vault CLI Version (retrieve with vault version): 1.0.3
  • Server Operating System/Architecture: CoreOS / kubernetes

Vault server configuration file(s):

    ui = true
    max_lease_ttl = "12h"
    default_lease_ttl = "12h"
    cluster_name = ""

    seal "awskms" {
      region     = "eu-west-1"
      access_key = ""
      secret_key = ""
      kms_key_id = ""
    }

    storage "dynamodb" {
      ha_enabled     = "true"
      region         = "eu-west-1"
      table          = "vault-data"
      access_key     = ""
      secret_key     = ""
    }

    listener "tcp" {
      address          = "0.0.0.0:8200"
      cluster_address  = "0.0.0.0:8201"
      tls_disable      = 1
    }

User can see policies when the URL is accessed directly, but links on the top and on the left are missing:
vault_screenshot

@der-eismann
Copy link
Author

Great, thanks for the quick fix!

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

No branches or pull requests

2 participants