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

Feature request: system license #205

Closed
MerryPlant opened this issue May 10, 2021 · 2 comments
Closed

Feature request: system license #205

MerryPlant opened this issue May 10, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MerryPlant
Copy link
Contributor

Hi jeremmfr,

I would like to add support for system licenses so I can do something like this:

set system license autoupdate url any_url password secret
set system license renew before-expiration 20 interval 24

I was thinking of implementing it like so:

license {
  autoupdate {
    url = "any_url"
    password = "secret"
  }
  renew_before_expiration = 20
  renew_interval = 24
}

What are your thoughts on this?

I would love to work on this, please assign to me if you agree.

Reference https://www.juniper.net/managing-licenses

Also, thank you for picking up web-management!

@jeremmfr
Copy link
Owner

Ok for add this

@jeremmfr jeremmfr added the enhancement New feature or request label May 10, 2021
@jeremmfr
Copy link
Owner

  autoupdate {
    url = "any_url"
    password = "secret"
  }

I forgot, it should be simplified to have

autoupdate_url      = "any_url"
autoupdate_password = "secret"

jeremmfr added a commit that referenced this issue May 17, 2021
@jeremmfr jeremmfr added this to the v1.16.0 milestone Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants