NAME

IO::K8s::ExternalSecrets::V1::NebiusAuth - Auth defines parameters to authenticate in MysteryBox

VERSION

version 1.108

serviceAccountCredsSecretRef

ServiceAccountCreds references a Kubernetes Secret key that contains a JSON document with service account credentials used to get an IAM token.

Expected JSON structure: { "subject-credentials": { "alg": "RS256", "private-key": "-----BEGIN PRIVATE KEY-----\n<private-key>\n-----END PRIVATE KEY-----\n", "kid": "<public-key-id>", "iss": "<issuer-service-account-id>", "sub": "<subject-service-account-id>" } }

tokenSecretRef

Token authenticates with Nebius Mysterybox by presenting a token.

workloadIdentity

WorkloadIdentity defines configuration for workload identity authentication to Nebius IAM.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004