feat: add session_timeout and token_expiration options for config system - #624
feat: add session_timeout and token_expiration options for config system#624cyberm8 wants to merge 2 commits into
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
@cyberm8 could you please fix the DCO : https://github.com/goharbor/terraform-provider-harbor/pull/624/checks?check_run_id=90244226690 & the build : https://github.com/goharbor/terraform-provider-harbor/actions/runs/30349764980/job/90534855732?pr=624 ? |
|
Sorry, I made two mistakes. First, I wanted to create 2 distinct PRs, second, I did not notice token expiration was already partially defined in auth settings. I think the build is fixed now. I don't know a lot about go, and if there is any official way to actually test the code, but I managed to use the locally compiled provider on my Harbor instance. |
Signed-off-by: Cyberm8 <cyberm8>
Signed-off-by: Cyberm8 <cyberm8>
Added config system option "session_timeout".
Added config system_option "token_expiration".