Skip to content

Commit

Permalink
clean up comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Jan 9, 2025
1 parent 94618e0 commit 9261fe8
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ public class ComputeEngineCredentials extends GoogleCredentials
static final int MAX_COMPUTE_PING_TRIES = 3;
static final int COMPUTE_PING_CONNECTION_TIMEOUT_MS = 500;

// Experimental Feature:
//

/**
* Experimental Feature.
*
Expand Down Expand Up @@ -147,6 +144,15 @@ public String getLabel() {
* Experimental Feature.
*
* <p>{@link BindingEnforcement} specifies how binding info in tokens will be enforced.
*
* <p>Behavior of setting {@link GoogleAuthTransport} / {@link BindingEnforcement}:
*
* <p>MTLS-bound token where binding enforcement depends on IAM policy: MTLS / {}, {} /
* IAM_POLICY, MTLS / IAM_POLICY
*
* <p>MTLS-bound token where bindings are always enforced: {} / ON, MTLS / ON
*
* <p>DirectPath bound token: ALTS / {}
*/
public enum BindingEnforcement {
// Binding enforcement will always happen, irrespective of the IAM policy.
Expand Down

0 comments on commit 9261fe8

Please sign in to comment.