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

Add support for single token #404

Merged
merged 14 commits into from
Jan 4, 2022
Merged

Add support for single token #404

merged 14 commits into from
Jan 4, 2022

Commits on Dec 3, 2021

  1. Update token validation

    - token validation now works with only 1 apiToken
    - if only the apiToken is provided, a copy of the token is saved in the paasToken field of the secret
    gkrenn committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    94a4a8a View commit details
    Browse the repository at this point in the history
  2. Add fix for edge cases

    gkrenn committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    a5d03c3 View commit details
    Browse the repository at this point in the history
  3. Update unit-tests

    gkrenn committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    836f5be View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    gkrenn committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    37fc55d View commit details
    Browse the repository at this point in the history
  5. Remove unused function

    gkrenn committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e1d3d11 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    c0a510f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Configuration menu
    Copy the full SHA
    5618794 View commit details
    Browse the repository at this point in the history
  2. Add generated files back

    gkrenn committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    3dd79f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Update according to PR review

    gkrenn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    f8b6298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48d79fb View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Update to not copy apiToken in secret

    - If there is only one token then only one condition field of dynakube should be used
    - ApiToken in secret should not be copied
    gkrenn committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    712fb20 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    9b67744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548ff7a View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    gkrenn committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f64dbf3 View commit details
    Browse the repository at this point in the history